Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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 17 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.