From d67ba75a1e5b37f2f8e756f768014a63c01a37f1 Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Sat, 7 Oct 2023 18:24:20 -0400 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fec20b8a8..63653399e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Svelte UX + +The projects aims to simplify building highly interactive and visual applications. It provides over 200 components, actions, stores, and utils, with many more planned. + +The components are built using Tailwind with extensibility and customization in mind through the use of theming, variants, granule class overrides, and slots. A rich design token system is also currently in the works. + +See also [LayerChart](layerchart.com) for a large collection of composable chart components to build a wide range of visualizations. + ## Publishing - `npm run changeset` for each changelog worthy change