update docs
This commit is contained in:
@@ -24,7 +24,6 @@ export default defineConfig({
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Guide', link: '/guide/getting-started' },
|
||||
{ text: 'Api', link: '/api/quick' },
|
||||
{ text: 'UI', link: '/ui/intro' },
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
@@ -48,12 +47,6 @@ export default defineConfig({
|
||||
{ text: 'Routing', link: '/api/routing' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'SigPro UI',
|
||||
items: [
|
||||
{ text: 'Intro', link: '/ui/intro' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Vite Router Plugin',
|
||||
items: [
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
# SigPro UI
|
||||
|
||||
**SigPro UI** is a collection of high-performance **Web Components** built on top of the **SigPro** reactive library and styled with **DaisyUI**.
|
||||
|
||||
## Why SigPro UI?
|
||||
|
||||
Designed to streamline modern web development, SigPro UI combines the lightweight reactivity of SigPro with the beautiful, accessible design system of DaisyUI.
|
||||
|
||||
* **Native Web Components:** Use them in any framework or plain HTML.
|
||||
* **Reactive by Design:** Powered by SigPro signals ($) for seamless state management.
|
||||
* **Utility-First Styling:** Leveraging Tailwind CSS and DaisyUI for a polished look without the bloat.
|
||||
* **Developer Experience:** Focus on building features, not reinventing UI patterns.
|
||||
|
||||
## Getting Started
|
||||
|
||||
SigPro UI allows you to build modular, reactive interfaces with minimal overhead, making web development faster, cleaner, and more efficient.
|
||||
Reference in New Issue
Block a user