ilojo-bar-components
Version:
Ilojo Bar Component Library
38 lines (24 loc) • 849 B
Markdown
- Component Library made with Sveltekit for Ilojo Bar
⚡️ Ilojo Bar Component Library is made up of multiple components and tools which you can import one by one. All you need to do is install the ilojo-bar-components package:
```bash
$ yarn add ilojo-bar-components
$ npm install --save ilojo-bar-components
```
To start using the components, please follow these steps:
1. Import the component anywhere you want.
```html
<script lang="ts">
import Clock from '$lib/components/Clock.svelte';
</script>
<Clock />
```
2. Enjoy this component library!
PS: Some of these components can be passed as props.
- [Finn van Bekkum](https://github.com/finnvb)
- [Daphne Zwuup](https://github.com/dphnzwp)
- [Justin Lung](https://github.com/justinlung)