0.2.5 • Published 6 days ago

refine-ui v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

refine-ui

To install with npm:

 npm i refine-ui

Then include the stylesheet in your projects index.html or root file

<link rel="stylesheet" href="node_modules/refine-ui/dist/globals.css" />

Usage

import { Button } from  'refine-ui';

<Button hierarchy='primary'>I am a button</Button>