Laravel (Vite + Blade) 1.2.2 beta
Install VelinStyle in a Laravel app with Vite, import CSS/JS in resources/, and load assets via @vite in your Blade layout. Deutsch
Maturity: Integration recipe is beta in 1.2.0. CSS / Web Components / runtime remain stable. Studio and the complete Utility Engine stay planned.
When to use
- Follow this guide when integrating or extending VelinStyle (Laravel (Vite + Blade)).
- Pin
@birdapi/velinstyle@1.3.0and check maturity badges for beta surfaces.
When not
- Do not treat beta plan/review/meta as a finished AI design system.
- Do not invent Studio or Utility Engine APIs that are still planned.
Install
npm install @birdapi/velinstyle
CSS
In resources/css/app.css: @import "@birdapi/velinstyle/dist/velinstyle.min.css";
Web Components
import "@birdapi/velinstyle/dist/velinstyle-components.js";
Blade
@vite(['resources/css/app.css', 'resources/js/app.js'])
Icons
Copy dist/velin-icons.svg to public/vendor/ and set sprite on <velin-icon>.