@nest-ui/core
v1.9.0
Published
NEST Core
Downloads
920
Readme
Nest Core
React UI library for marketplace created by Nest design team.
Installation
$ npm i @nest-ui/core
Usage
import { Button } from '@nest-ui/core';
const Greetings = () => (
<div>
<Button>Hello World</Button>
</div>
);
Showcase
Comming soon...
Future ideas
TBH...