lundium

Core Lundium package containing all components

Usage no npm install needed!

<script type="module">
  import lundium from 'https://cdn.skypack.dev/lundium';
</script>

README

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