0.1.8 • Published 1 year ago

@codloy/ui v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago