@semantic-components/ui-lab 0.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @semantic-components/ui-lab
2
+
3
+ Experimental and extended UI components and layouts for the Semantic Components library.
4
+
5
+ ## Contents
6
+
7
+ - **Components**: Accordion, Alert, Dialog, Tabs, Table, Sidebar, and many more
8
+ - **Layouts**: Auth layout, Sidebar layout, Stacked layout
9
+
10
+ ## Usage
11
+
12
+ ```ts
13
+ import { ScDialog, ScTabs, ScSidebar } from '@semantic-components/ui-lab';
14
+ ```