Skip to content

oklookat/lineui

Repository files navigation

lineui component library (Svelte)

WARNING: this library is written primarily for me, and can change as I please.

Requirements: modern browser (baseline 2023).

Components list.

Dev

Install deps: npm install

Edit / or create components in lineui dir. If you created new component, dont forget to export it in index.ts. More info in SvelteKit docs.

Build to ./dist: npm run build