0.0.3 • Published 3 years ago

pharmacity-component-kits v0.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Installing

Use yarn

yarn add pharmacity-component-kits
//or
npm i pharmacity-component-kits

Usage

Button

import { Button, ButtonType } from 'pharmacity-component-kits'

// primary
<Button
    text="Pharmacity Button"
    type={ButtonType.primary}
/>

// primary border
<Button
    text="Pharmacity Button"
    type={ButtonType.primaryBorder}
/>

// primary border with icon
<Button
    icon={PharmacityIcons.ic_close_24}
    text="Custom Text Style"
    type={ButtonType.primaryBorder}
/>

## See more details

[Click here](https://www.npmjs.com/package/pharmacity-component-kits)