
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
@entur/component-library
Advanced tools
The Entur component library is a [Storybook](https://storybook.js.org) based app with set of [React](https://reactjs.org/) components common for all Entur React applications.
The Entur component library is a Storybook based app with set of React components common for all Entur React applications.
It is served here: https://entur-component-library-ae8fd.firebaseapp.com
npm install --save @entur/component-library
The component library depends on a small set of global definitions; typography and rem size. These rules are defined in index.css
. For correct fonts add @entur/fonts
to your package.json
"dependencies": {
"@entur/fonts": "git+ssh://git@bitbucket.org:enturas/entur-fonts.git#a5e1956"
}
Remember to run npm install after adding the line.
You will also need to import the rules in your code:
// javascript
import '@entur/fonts/index.css'
import '@entur/component-library/lib/index.css'
// css
@import '~@entur/fonts/index.css'
@import '~@entur/component-library/lib/index.css'
npm install
to install dependenciesnpm run storybook
to run the Storybook appnpm run deploy
FAQs
The Entur component library is a [Storybook](https://storybook.js.org) based app with set of [React](https://reactjs.org/) components common for all Entur React applications.
The npm package @entur/component-library receives a total of 58 weekly downloads. As such, @entur/component-library popularity was classified as not popular.
We found that @entur/component-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers 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
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.