my-first-button-library-sss
v1.0.1
Published
This library assignment is prepared for the 'Kodluyoruz' React course. It includes a simple Button component library.
Downloads
2
Readme
my-first-button-library
This library assignment is prepared for the 'Kodluyoruz' React course. It includes a simple Button component library.
Install
npm install --save my-first-button-library
Usage
import React, { Component } from 'react'
import MyComponent from 'my-first-button-library'
import 'my-first-button-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © salihakotan