JustinLung / ilojo-bar-components

Ilojo Bar component library

Home Page:https://www.npmjs.com/package/ilojo-bar-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Ilojo Bar Component Library 🍸

  • Component Library made with Sveltekit for Ilojo Bar

Installation

⚡️ 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:

$ yarn add ilojo-bar-components
# or
$ npm install --save ilojo-bar-components

Setup

To start using the components, please follow these steps:

  1. Import the component anywhere you want.
<script lang="ts">
	import Clock from '$lib/components/Clock.svelte';
</script>

<Clock />
  1. Enjoy this component library!

PS: Some of these components can be passed as props.

Contributers

About

Ilojo Bar component library

https://www.npmjs.com/package/ilojo-bar-components


Languages

Language:Svelte 86.4%Language:JavaScript 11.7%Language:HTML 1.2%Language:TypeScript 0.7%