# Lundium UI component library

## Usage

Install dependency into your project:

```bash
yarn add lundium
```

Import some components:

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

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

## Documentation

All available components with usage examples can be found in our [Storybook docs](https://compassionate-carson-ce6ff5.netlify.com/?path=/story/introduction-welcome--page)
