npm.io
1.0.2 • Published 3 years ago

buttontp

Licence
MIT
Version
1.0.2
Deps
0
Size
10 kB
Vulns
0
Weekly
0

buttontp

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save buttontp

Usage


import { Button } from 'buttontp'
import 'buttontp/dist/index.css'

const App = () => {
    return (
      <>
        <Button type="primary">Primary Button</Button>
        <Button type="default">Default Button</Button>
        <Button type="dashed">Dashed Button</Button>
        <Button type="text">Text Button</Button>
        <Button type="link">Link Button</Button>
      </>
    );
  };

export default App

License

MIT Razumihin41