UNPKG

@navinc/base-react-components

Version:
15 lines (10 loc) 280 B
The `<Pill />` can be used to display information or status. #### Usage: ``` <Pill label='Active' variant='positive' /> ``` #### Props: `label` and `variant` are required props. All html native attributes and event handlers are optional, such as `id`, `onClick`, etc.