@db-ui/v-components v0.5.1
@db-ui/v-components
A Vue library containing all styles & components of DB UX Design System (technical components).
Note: Find more information about specific components here
Install
npm i @db-ui/v-components
Note: This will install
@db-ui/foundations
and@db-ui/components
as well which contains thecss
/scss
files
Styling Dependencies
Import the styles in scss or css. Based on your technology the file names could be different.
- Default (db-ui-42): points to
../assets
- Webpack (db-ui-42-webpack): points to
~@db-ui/foundations/assets
- Rollup (db-ui-42-rollup): points to
@db-ui/foundations/assets
// style.scss
@forward "@db-ui/components/build/styles/db-ui-42-rollup";
// main.ts
import "./style.scss";
// main.ts
import "@db-ui/components/build/styles/db-ui-42-rollup.css";
Note: The
db-ui-42
file contains optional and all components styles. If you consider performance issues see @db-ui/components for more information.
Usage
<script setup lang="ts">
import { DBButton } from "@db-ui/v-components";
</script>
<template>
<DBButton icon="person">Test</DBButton>
</template>
Events
We add v-model
support which fires on every change.
But you can use normal @
events as well.
Both Inputs in this example do the same:
<script setup lang="ts">
import { DbInput } from "@db-ui/v-components";
import { ref } from "vue";
const input = ref("");
</script>
<template>
<DBInput
label="Inputfield"
name="input-name"
v-model:value="input"
></DBInput>
<DBInput
label="Inputfield"
name="input-name"
:value="input"
@change="e => input = e.target.value"
></DBInput>
</template>
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.
24 days ago
23 days ago
1 month ago
1 month ago
1 month ago
1 month ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
3 months ago
3 months ago
4 months ago
3 months ago
3 months ago
4 months ago
3 months ago
4 months ago
4 months ago
4 months ago
5 months ago
5 months ago
6 months ago
5 months ago
5 months ago
5 months ago
5 months ago
4 months ago
5 months ago
5 months ago
4 months ago
4 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago