1.0.2 • Published 2 years ago

buttontp v1.0.2

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

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