VueDsfr components for Streamlit
pip install streamlit-dsfr
See the package description on PyPI (or here) for usage instructions.
See the demo app source code for a complete usage example.
Test the component in a production environment:
docker compose -f docker-compose.yml up --build -d
Test the component in a development environment:
docker compose up --build -d
Update the frontend packages:
docker compose -f docker-compose-npm.yml run --build --rm npm install
This repository uses code from: