vivi_ui 0.2.0

Custom component library for Slint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
SPDX-FileCopyrightText: 2024 vivi developers <vivi-ui@tuta.io>
SPDX-License-Identifier: MIT
-->

# Introduction

`vivi` is a component library for [Slint](https://slint.dev/).

`vivi` provides currently the following two sets of components:

- [foundation]./foundation/index.md: Base components that can be used to create a custom component set.
- [magic]./magic/index.md: Ready to use component set with a custom design based on [Catppuccin]https://github.com/catppuccin/catppuccin.

## Getting Started

If you want to start with `vivi` and you are new to `Slint` you should check the [Slint documentation](https://slint.dev/docs).