lithesome
TypeScript icon, indicating that this package has built-in type declarations

0.16.0 • Public • Published

[!WARNING] This library is still in very early development. Expect things to be broken.

Lithesome

An unstyled component library for Svelte 5.


Install

pnpm i -D lithesome

Usage

<script>
	import { Menu, MenuTrigger, MenuContent, MenuItem } from 'lithesome';
</script>

<Menu>
	<MenuTrigger>
		<button>Auth</button>
	</MenuTrigger>
	<MenuContent>
		<MenuItem>My Profile</MenuItem>
		<MenuItem>Account Settings</MenuItem>
		<MenuItem>Logout</MenuItem>
	</MenuContent>
</Menu>

Docs

View more information at: https://lithesome.dev

License

See the LICENSE file for license rights and limitations (MIT).

Readme

Keywords

none

Package Sidebar

Install

npm i lithesome

Weekly Downloads

185

Version

0.16.0

License

MIT

Unpacked Size

244 kB

Total Files

257

Last publish

Collaborators

  • gibbu