0.1.1 • Published 5 years ago
@rock-kit/ui-pill v0.1.1
category: packages
ui-pill
Use Pills to communicate concise status with an identifiable color and supportive text.
Components
The ui-pill
package contains the following:
Installation
yarn add @rock-kit/ui-pill
Usage
---
example: false
---
import React from 'react'
import { Pill } from '@rock-kit/ui-pill'
const MyPill = () => {
return (
<Pill
color="info"
margin="x-small"
>
Draft
</Pill>
)
}