osw3 / symfony-ux
UI and UX Components for Twig and Symfony
Package info
Language:SCSS
Type:symfony-bundle
pkg:composer/osw3/symfony-ux
0.0.172
2026-03-02 23:56 UTC
This package is auto-updated.
Last update: 2026-06-10 15:11:24 UTC
README
Documentation
cd bundle
docsify serve docs
Add many UX Components to your app.
Installation
Layout
Components
How UX Components works ?
The UX Components bundle contains many default settings for layout and components.
Each of the parameters can be overloaded in 2 ways:
- overloaded by the symfony_ux.yaml configuration file
- overloaded by SCSS variable definition
!!! Higher priority is given to SCSS variables !!!
This means that UX component bundle variables can be overridden by parameter definition in symfony_ux.yaml file and parameter definition in symfony_ux.yaml file can be overridden by SCSS variables.