1.1.0 • Published 5 months ago

noniscomponents v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months 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