Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 804 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 804 Bytes

Web Components SNCF

This project is the web component implementation of the SNCF's design system.
It is built using stencil.

Dev requirements

  • Minimum node version : 10.16

Status

This project is still under heavy development therefore it is not yet released.

Example usage

There are example projects under example folder for:

  • Angular
  • Vue
  • React (WIP)

There will be documentation up and running soon, as of now you can simply refer to the README's of the corresponding example.

If you have any question, don't hesitate to fill an issue !

CLI Commands

For development phases the command npm start accepts an argument that filters the documentation rendering on a single component using the parameter --filter <componentName>

Example : npm start -- --filter dropdown