UNPKG

@navinc/base-react-components

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