1.1.0 • Published 2 years ago

noniscomponents v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Dcoumentation

Still in the works 🔧

Installation

yarn

yarn add noniscomponents

npm

npm i noniscomponents

Usage

import { Button } from 'noniscomponents'

<Button round={true} onClick={fetch}>Click me</Button>

Contributing