1.0.0 • Published 3 years ago

lundium v1.0.0

Weekly downloads
10
License
MIT
Repository
-
Last release
3 years ago

Lundium UI component library

Usage

Install dependency into your project:

yarn add lundium

Import some components:

import { Box, Grid } from 'lundium';
...

<Box>
/* Boxed components */
</Box>

Documentation

All available components with usage examples can be found in our Storybook docs