0.0.6 • Published 5 years ago

niyon-design v0.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

niyon-design

run yarn

To use locally

run yarn link in this project

use yarn link niyon-design in another react project, then use as use as usual i.e. import <component> from 'niyon-design

To use from npm

create a react app

yarn add niyon-design

import <component> from 'niyon-design'

Components

Card

import { Card } from 'niyon-design';

<Card>
  text
</Card>

Button

import { Button } from 'niyon-design';

<Button>
  text
</Button>
  • props
  • outline: bool
  • raised: bool
  • variant: string - "primary" || "secondary"
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago