@db-ui/components
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@db-ui/components

Apache 2.0 license badge code style: prettier Conventional Commits PRs Welcome

A library containing all styles for components of DB UX Design System (technical components).

Note Furthermore we currently support these additional JavaScript frameworks, with more coming soon:

Please take a look at your desired framework to retrieve more information.

For additional information besides the frameworks see our Getting started.


If you just need the styling follow this:

Install

npm i @db-ui/components

Dependencies

Import the styles in scss or css. Based on your technology the file names could be different.

  • Default (db-ui-42): asset path point to ../assets
  • Webpack (db-ui-42-webpack): asset path point to ~@db-ui/foundations/assets
  • Rollup (db-ui-42-rollup): asset path point to @db-ui/foundations/assets

db-ui-42 bundles all dependencies from foundations + all components available.

SCSS

// index.scss
@forward "@db-ui/components/build/styles/db-ui-42-rollup";

CSS

Within HTML files directly:

<!-- index.html //-->
<link rel="stylesheet" href="/styles/db-ui-42.css" />

Or within your JavaScript files, with the related bundler as a prefix (in this case rollup and equivalents like Vite):

// main.js
import "@db-ui/components/build/styles/db-ui-42-rollup.css";

Deutsche Bahn brand

As we'd like to perfectly support our users and customers on their digital journey, the usage of Deutsche Bahn brand and trademarks are bound of clear guidelines and restrictions even when being used with the code that we're provide with this product; Deutsche Bahn fully reserves all rights regarding the Deutsche Bahn brand, even though that we're providing the code of DB UI products free to use and release it under the Apache 2.0 license. Please have a look at our brand portal at https://marketingportal.extranet.deutschebahn.com/ for any further questions and whom to contact on any brand issues.

You must remove or replace any Deutsche Bahn brand and design assets as well as protected characteristics and trademarks. We're even also planning to provide a neutral theme that would make it much easier for you to use our product without the trademarks by Deutsche Bahn.

Contributions

Contributions are very welcome, please refer to the contribution guide.

Code of conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone – have a look at our Contributor Covenant Code of Conduct.

License

This project is licensed under Apache-2.0.

Readme

Keywords

none

Package Sidebar

Install

npm i @db-ui/components

Weekly Downloads

249

Version

0.1.2

License

Apache-2.0

Unpacked Size

9.28 MB

Total Files

2655

Last publish

Collaborators

  • dkolba
  • mfranzke
  • db-mfranzke