
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This project is the web component implementation of the SNCF design system.
It is built using Stencil and documented using Storybook.
If you read this documentation on GitHub, only the development branch is updated at the moment. We use the GitLab project for WCS development and releases.
We support the latest version (and LTS if applicable) of the following browsers : Chrome, Firefox, Safari, Edge, Opera.
If you are looking for the documentation of a specific version, you can find using the following links (we only keep the latest version of each major version) :
| Version | Documentation |
|---|---|
| v1 | Not archived |
| v2 | Not archived |
| v3 | Not archived |
| v4 (4.2.0) | https://wcs-archive-852f99.gitlab.io/v4 |
| v5 (5.1.0) | https://wcs-archive-852f99.gitlab.io/v5 |
| v6 (6.0.0) | https://wcs-archive-852f99.gitlab.io/v6 |
| Latest | https://wcs.dev.sncf |
Here is the list of published npm packages and their goal :
We created 3 StackBlitz templates to help you test quickly without worrying about WCS configuration :
This project is still under heavy development.
You can get a preview of what's planned for the following versions using our board.
Consult the changelog to know what's going on.
There are example projects under example folder for angular and react.
Step to start the example project :
# wcs-core build
npm install
npm run build
# angular build (use --watch option to watch files)
cd angular
npm install
ng build --project wcs-angular
ng build --project wcs-formly
# start angular example
cd ../example/angular
npm install
ng serve
# react build
cd react
npm install
npm run clean && npm run compile
# start react example
cd ../example/react
npm install
npm run start
If you have any question, don't hesitate to fill an issue.
You can refer to the official WCS documentation to use the lib with Angular or React. For other, StencilJS offers many integrations with different JS frameworks.
You can refer to their official documentation to add WCS to your project.
Don't hesitate to fill in an issue and we'll discuss it. If you want to contribute code, please fill in an issue first so we can handle it properly.
Also, if you are an SNCF employee, you can join the Web Components group on Teams to discuss with us. We prefer to discuss in the open and easily searchable issues tracker on GitLab when possible, but we understand that some discussions are better suited for a chat or too sensitive to be public.
git clone https://github.com/SNCFdevelopers/wcs.git
cd wcs
npm install
# To see all components
npm start
# To see only the component you're working on
npm start -- --filter select
The project uses stencil playwright built-in facility for testing : https://stenciljs.com/docs/testing/playwright/overview.
We encourage doing TDD on functional components. To launch the tests suite simply launch :
npm run test:playwright:ui
# Or if you simply want to run them once
npm test
To launch a specific suite of tests you can simply launch it in the UI playwright mode
npm run test:playwright:ui
[7.5.1] - 2026-02-26
FAQs
Web Components SNCF
The npm package wcs-core receives a total of 251 weekly downloads. As such, wcs-core popularity was classified as not popular.
We found that wcs-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.