proglab / components
Some basics components
v1.0.5
2023-10-12 09:54 UTC
Requires
- symfony/framework-bundle: 6.3.*
- symfony/options-resolver: ^6.3
- symfony/stimulus-bundle: ^2.9
- symfony/twig-bundle: 6.3.*
- symfony/ux-live-component: ^2.9
- symfony/ux-twig-component: ^2.6
- symfony/validator: ^6.3
- symfony/yaml: 6.3.*
README
Des composants twig dans le style d'atomic design
Installation
Install with composer
composer require Proglab\Components
Tech Stack
Client: Bootstrap 5, Stimulus
Server: Symfony 6.3, Symfony UX Twig components 2.6, Symfony UX Live components 2.8
Documentation
https://proglab.github.io/components/
How to update the docs ?
The doc is generated with docusaurus.
You must install npm dependencies
cd docs
npm install
Go to the docs directory and run the dev server :
cd docs npx docusaurus start
After update it, run the site generator :
npx docusaurus build
and commit the updates.