0.1.13 • Published 2 years ago

react-n-design v0.1.13

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

The last React UI library you will ever need to use

npm install react-n-design

Card component

import { Card } from 'react-n-design'; <Card title="Example Card">...</Card>

Button component

import { Button } from 'react-n-design'; <Button type="primary">Primary Button</Card>