1.1.2 • Published 3 years ago

util-ui v1.1.2

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

util-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save util-ui

Usage

import React from 'react'
import { Button } from 'util-ui'
import 'util-ui/dist/index.css'

const App = () => {
  return (
    <div className='App'>
      <Button type='primary'>Primary Button</Button>
      <Button>Default Button</Button>
      <Button type='dashed'>Dashed Button</Button>
      <Button type='text'>Text Button</Button>
      <Button type='link'>Link Button</Button>
    </div>
  )
}

export default App;

License

MIT © HuseyinKaraman

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago