Lithesome screenshot

Lithesome

Author Avatar Theme by Gibbu
Updated: 8 Jan 2026
17 Stars

An unstyled component library for Svelte 5.

Categories

Overview

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.

Features

  • Unstyled components: Lithesome provides a collection of components that are unstyled, allowing developers to customize and style them to fit their project’s aesthetics.
  • Svelte 5 compatibility: The components in Lithesome are specifically designed to work seamlessly with Svelte 5, providing a smooth integration experience.
  • License: The library is distributed under the MIT license, which allows users the freedom to use, modify, and distribute the code according to the terms specified in the license file.

Installation

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';

Summary

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.