@omnitend/dashboard-for-laravel 0.4.7 → 0.4.8
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 +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,15 +9,15 @@ A full-stack package for building Laravel dashboards with Vue 3, Inertia.js, and
|
|
|
9
9
|
|
|
10
10
|
## Documentation
|
|
11
11
|
|
|
12
|
-
📚 **[Browse Components](https://github.
|
|
13
|
-
|
|
14
|
-
- [Getting Started Guide](https://github.
|
|
15
|
-
- [Installation Guide](https://github.
|
|
16
|
-
- [Component API Reference](https://github.
|
|
17
|
-
- [Form System Guide](https://github.
|
|
18
|
-
- [Theming Guide](https://github.
|
|
19
|
-
- [TypeScript Guide](https://github.
|
|
20
|
-
- [Examples & Patterns](https://github.
|
|
12
|
+
📚 **[Browse Components](https://omnitend.github.io/dashboard-for-laravel/components)** | 📦 **[NPM Package](https://www.npmjs.com/package/@omnitend/dashboard-for-laravel)**
|
|
13
|
+
|
|
14
|
+
- [Getting Started Guide](https://omnitend.github.io/dashboard-for-laravel/guide/getting-started)
|
|
15
|
+
- [Installation Guide](https://omnitend.github.io/dashboard-for-laravel/guide/installation)
|
|
16
|
+
- [Component API Reference](https://omnitend.github.io/dashboard-for-laravel/components)
|
|
17
|
+
- [Form System Guide](https://omnitend.github.io/dashboard-for-laravel/guide/forms)
|
|
18
|
+
- [Theming Guide](https://omnitend.github.io/dashboard-for-laravel/guide/theming)
|
|
19
|
+
- [TypeScript Guide](https://omnitend.github.io/dashboard-for-laravel/guide/typescript)
|
|
20
|
+
- [Examples & Patterns](https://omnitend.github.io/dashboard-for-laravel/examples/common-patterns)
|
|
21
21
|
|
|
22
22
|
## Features
|
|
23
23
|
|
package/package.json
CHANGED