esdesign
v1.0.3
Published
Made with create-react-library
Downloads
1
Readme
esdes
Made with create-react-library
Install
npm i esdesign
Usage
##Example
import { Button } from 'esdesign'
import 'esdesign/dist/index.css'
function App() {
return (
<div className='App'>
<Button text='merhaba' type='primary' />
</div>
)
}
And import css file manually:
import 'esdesign/dist/index.css'
License
MIT © enesseval