giraffecolor
v1.0.0
Published
my firs react library about buttons
Downloads
1
Readme
giraffecolor
my firs react library about buttons
Install
npm install --save giraffecolor
Usage
import React, { Component } from 'react'
import MyComponent from 'giraffecolor'
import 'giraffecolor/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © berkcantelseren