A small but functional npm package
Install
Install using npm install jawblia
Usage
In a React app, use the Button or Badge components:
import { Button } from 'jawblia'
import { Badge } from 'jawblia'
Button props
Name | Description |
---|---|
kind | 'Primary' |
data-id | string |
type | 'button' |
name | string |
value | string |
disabled | Boolean |
onClick | function |
Badge props
Name | Description |
---|---|
value | integer |