@aurora-ds/components 0.2.0 → 0.2.1
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,6 +51,7 @@ function App() {
|
|
|
51
51
|
| **Text** | Typography component with semantic HTML tags (h1-h6, p, span, label) |
|
|
52
52
|
| **Stack** | Flexbox container for horizontal/vertical layouts |
|
|
53
53
|
| **Card** | Container with background, border radius, and shadow |
|
|
54
|
+
| **Chip** | Compact element for tags, labels, or status indicators |
|
|
54
55
|
| **Icon** | Icon wrapper component |
|
|
55
56
|
|
|
56
57
|
## License
|