buttontp

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i buttontp

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

9.78 kB

Total Files

7

Last publish

Collaborators

  • razumihin41