mathan-button
v0.1.2
Published
Two test React components
Downloads
2
Readme
A small but functional npm package
Install
Install using npm install mathan-button
Usage
In a React app, use the Button or Badge components:import { Button } from 'mathan-button'
import { Badge } from 'mathan-button'
Button props
| Name | Description | | -------- | ----------- | --------- | -------- | ------- | ---------- | | kind | 'Primary' | 'Outline' | 'Inline' | 'Ghost' | ' Warning' | | data-id | string | | type | 'button' | 'submit' | 'reset' | | name | string | | value | string | | disabled | Boolean | | onClick | function |
Badge props
| Name | Description | | ----- | ----------- | | value | integer |