nk-shadowui
v1.0.3
Published
Made with create-react-library
Downloads
3
Readme
nk-shadowui
Made with create-react-library
Install
npm install --save nk-shadowui
Usage
import React from 'react'
import { Button } from 'nk-shadowui'
import 'nk-shadowui/dist/index.css'
export const Component = () => {
return (
<Button type='primary' text='Primary Button' />
<Button text='Default Button' />
<Button type='dashed' text='Dashed Button' />
<Button type='text' text='Text Button' />
<Button type='link' text='Link Button' />
<h3>- use children -</h3>
<Button type='primary'>Primary Button</Button> <br /> <br />
<Button>Default Button</Button>
)
}
License
MIT © NakreS