1.0.3 • Published 2 years ago

esdesign v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

esdes

Made with create-react-library

NPM JavaScript Style Guide

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