0.1.8 • Published 3 years ago
@codloy/ui v0.1.8
@codloy/ui
Installation
Using npm:
npm install @codloy/uiUsing yarn:
yard add @codloy/uiConfiguration
Import styles to root file
import '@codloy/ui/styles.css';Examples
Button
import { Button } from '@codloy/ui'
//or
import Button from '@codloy/ui/Button'
function Example() {
return <Button>Example button</Button>
}License
This project is licensed under the terms of the MIT license.