@beyondcorp/beyond-ui 1.2.79 → 1.2.81
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 +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -306,10 +306,10 @@ export default function Demo() {
|
|
|
306
306
|
|
|
307
307
|
## 📖 Documentation & Storybook
|
|
308
308
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
- `npm run storybook` (
|
|
312
|
-
-
|
|
309
|
+
- [Getting Started guide](./docs/getting-started.md)
|
|
310
|
+
- [Theming & customization](./docs/theming.md)
|
|
311
|
+
- `npm run storybook` (run locally for component demos)
|
|
312
|
+
- Comprehensive API docs live alongside Storybook
|
|
313
313
|
|
|
314
314
|
---
|
|
315
315
|
|
|
@@ -361,4 +361,3 @@ MIT © Beyond Corp, Soi Technology Solutions 2025
|
|
|
361
361
|
---
|
|
362
362
|
|
|
363
363
|
# Beyond-UI: Build clean, scalable UIs faster, with every detail documented and ready to use.
|
|
364
|
-
|