drogal-ui
v1.0.11
Published
Biblioteca de componentes visuais | Rede Drogal
Downloads
3
Readme
Drogal UI
Drogal UI is a library of user interface components of React from Drogal, Pharmacy Network. See the Drogal home page.
Installation
Use the package manager NPM to install.
npm install drogal-ui
Use the package manager YARN to install.
yarn add drogal-ui
Theming
import the css file into your main javascript page
import 'drogal-ui/dist/index.css'
Usage
import { Button } from 'drogal-ui'
export default function MyComponent() {
return (
<Button label="Drogal UI" />
)
}