https://github.com/gibbu/lithesome
An unstyled component library for Svelte 5.
https://github.com/gibbu/lithesome
component-library components headless headlessui svelte svelte-5 svelte5
Last synced: 9 months ago
JSON representation
An unstyled component library for Svelte 5.
- Host: GitHub
- URL: https://github.com/gibbu/lithesome
- Owner: Gibbu
- License: mit
- Created: 2024-03-11T23:55:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T02:34:46.000Z (over 1 year ago)
- Last Synced: 2025-08-09T10:04:46.557Z (10 months ago)
- Topics: component-library, components, headless, headlessui, svelte, svelte-5, svelte5
- Language: TypeScript
- Homepage: https://lithesome.dev
- Size: 810 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> [!WARNING]
> This library is still in very early development. Expect things to be broken.
# Lithesome
An unstyled component library for Svelte 5.
## Install
```bash
pnpm i -D lithesome
```
## Usage
```svelte
import { Menu, MenuTrigger, MenuContent, MenuItem } from 'lithesome';
Auth
My Profile
Account Settings
Logout
```
## Docs
View more information at: https://lithesome.dev
## License
See the [LICENSE](https://github.com/Gibbu/lithesome/blob/main/LICENSE.md) file for license rights and limitations (MIT).