An unstyled component library for Svelte 5.
Lithesome is an unstyled component library designed for Svelte 5. As mentioned, it is in the early stages of development, so users should be aware that there may be issues with functionality.
To install Lithesome, you can follow these steps:
npm install lithesome
After installing, you can import the components in your Svelte project:
import { Button, Input } from 'lithesome';
Lithesome is an unstyled component library tailored for Svelte 5, offering developers a set of components that can be easily styled and customized to meet their design requirements. With its MIT license, users have the flexibility to utilize the library according to their project needs.