Svelte UI components based on super lightweight chota CSS framework.
The Svelte-chota is a UI kit that provides Svelte components based on the lightweight chota CSS framework. The goal of this UI kit is to enable developers to use chota easily in their Svelte projects, which results in small bundles of code. The chota CSS framework adds only around 3kb of gzipped code to the CSS bundle, making it an excellent choice for those looking for a minimalistic approach.
To install the Svelte-chota UI kit, you need to perform the following steps:
npm install chota
npm install svelte-chota
<script>
block:<script>
import 'chota';
</script>
<script>
import { Button, Card, Modal } from 'svelte-chota';
</script>
<!-- Use the imported components in your template -->
<Button>Hello</Button>
The Svelte-chota UI kit provides Svelte components that are specifically designed to work with the lightweight chota CSS framework. By using this UI kit, developers can easily integrate chota into their Svelte projects and enjoy the benefits of a minimalistic approach. With its small bundle size and easy installation process, Svelte-chota is a great choice for those looking for a lightweight UI kit for their Svelte applications.