@vura-ai/assets 0.1.1 → 0.1.2
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 +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,9 +25,7 @@ function App() {
|
|
|
25
25
|
<ThemeProvider>
|
|
26
26
|
<Card variant="glass">
|
|
27
27
|
<h1>Vura Assets</h1>
|
|
28
|
-
<Button onClick={() => console.log("Clicked!")}>
|
|
29
|
-
Primary Action
|
|
30
|
-
</Button>
|
|
28
|
+
<Button onClick={() => console.log("Clicked!")}>Primary Action</Button>
|
|
31
29
|
</Card>
|
|
32
30
|
</ThemeProvider>
|
|
33
31
|
);
|
|
@@ -37,6 +35,7 @@ function App() {
|
|
|
37
35
|
## Component Library
|
|
38
36
|
|
|
39
37
|
This package includes:
|
|
38
|
+
|
|
40
39
|
- **Layout**: `PageWrapper`, `PageLayout`, `StageWrapper`, `LiquidScrollContainer`
|
|
41
40
|
- **Navigation**: `Sidebar`, `TopNav`, `NavItem`
|
|
42
41
|
- **Primitives**: `Button`, `Card`, `Input`, `TextArea`, `Dropdown`, `Popover`, `Search`
|