An open API service indexing awesome lists of open source software.

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.

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).