Download the PHP package selli/ui without Composer
On this page you can find all versions of the php package selli/ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ui
Short Description Selli UI — enterprise Blade & Livewire 4 component library built on the Selli Design System (Electric Violet, dark-first).
License MIT
Homepage https://github.com/Sellinnate/selli-ui-library-livewire
Informations about the package ui
Selli UI — Blade & Livewire 4 component library
An enterprise-grade UI component library for Laravel, built on the Selli Design System — Electric Violet, Instrument Sans, dark-first, with the brand's signature violet glow. Ships as a set of x-selli::* Blade components designed to drop straight into any Laravel + Livewire 4 application.
Every component is themeable through CSS custom properties (design tokens), works in light and dark mode, and ships with tests.
📖 Documentation
Full documentation, with live examples and screenshots of every component: selli-ui-livewire.selli.io
Requirements
- PHP
^8.3 - Laravel
^11.0 || ^12.0 - Livewire
^4.0(only required for the interactive components)
Installation
Publish the stylesheet and JavaScript assets:
(Optionally) publish the config file:
Add the design-system stylesheet to your layout <head>:
The system is dark-first. Add the dark appearance by leaving <html> as-is, or switch to the light surface with <html class="light">.
Usage
All components are anonymous Blade components under the selli namespace:
See the documentation for the full component reference.
Testing
Changelog
Please see CHANGELOG for what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of ui with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0||^12.0