0.1.8 • Published 3 years ago

@codloy/ui v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@codloy/ui

Installation

Using npm:

npm install @codloy/ui

Using yarn:

yard add @codloy/ui

Configuration

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.

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago