Skip to content

dongtanhuy/my-fancy-button

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

my-fancy-button

This is my demo component

NPM JavaScript Style Guide

Install

npm install --save my-fancy-button

Usage

import React, { Component } from 'react'

import MyComponent from 'my-fancy-button'
import 'my-fancy-button/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © dongtanhuy

About

My own demo react component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published