proglab / components
Some basics components
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:symfony-bundle
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.