Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/howto-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ There are 3 ways to use Events in Angular:

### Example

[Angular Showcase GitHub](https://github.com/db-ui/elements/-/tree/develop/showcase/angular-showcase)
[Angular Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/angular-showcase)

[Angular Showcase App](https://github.com/db-ui/elements/angular-showcase/index.html)
[Angular Showcase App](https://db-ui.github.io/elements/angular-showcase/)
4 changes: 2 additions & 2 deletions doc/howto-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ In order to test the installation just add a component to your html, like in the

## Frameworks

See documentation for Angular, React and Vue
See documentation for the JavaScript frameworks that we're further supporting:

- [Angular](https://github.com/db-ui/elements/blob/main/doc/howto-angular.md)
- [React](https://github.com/db-ui/elements/blob/main/doc/howto-react.md)
- [Vue](https://github.com/db-ui/elements/blob/main/doc/howto-vue.md)
- [Vue](https://github.com/db-ui/elements/blob/main/doc/howto-vue.md)
4 changes: 2 additions & 2 deletions doc/howto-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ Attaching events to DB UI Elements Web Components in React works mostly like you

### Example

[React Showcase GitHub](https://github.com/db-ui/elements/-/tree/develop/showcase/react-showcase)
[React Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/react-showcase)

[React Showcase App](https://github.com/db-ui/elements/react-showcase/index.html)
[React Showcase App](https://db-ui.github.io/elements/react-showcase/)
4 changes: 2 additions & 2 deletions doc/howto-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ Both Inputs in this example do the same:

### Example

[Vue Showcase GitHub](https://github.com/db-ui/elements/-/tree/develop/showcase/vue-showcase)
[Vue Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/vue-showcase)

[Vue Showcase App](https://github.com/db-ui/elements/vue-showcase/index.html)
[Vue Showcase App](https://db-ui.github.io/elements/vue-showcase/)
2 changes: 1 addition & 1 deletion showcase/angular-showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5. We're also [hosting the build on GitHub pages](https://db-ui.github.io/elements/angular-showcase/#/).

## Development server

Expand Down
4 changes: 2 additions & 2 deletions showcase/react-showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

This project is for reference how to use DB UI Elements with vanilla React.
This project is for reference how to use DB UI Elements with vanilla React. We're also [hosting the build on GitHub pages](https://db-ui.github.io/elements/react-showcase/index.html).

## Installation

Expand Down Expand Up @@ -74,4 +74,4 @@ You must remove or replace any Deutsche Bahn brand and design assets as well as

## License

This project is licensed under [Apache-2.0](LICENSE).
This project is licensed under [Apache-2.0](LICENSE).
38 changes: 38 additions & 0 deletions showcase/vue-showcase/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# DB-UI Vue Showcase

![Apache 2.0 license badge](https://img.shields.io/badge/License-Apache_2.0-blue.svg)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

This project was generated with [Vite](https://vitejs.dev/). We're also [hosting the build on GitHub pages](hthttps://db-ui.github.io/elements/vue-showcase/index.html#/).

## Development server

Run `vite` or `npm run dev` for a dev server. The app will automatically reload if you change any of the source files.

## Build

Run `npm run build` to build the project.

## Contributions

Contributions are very welcome, please refer to the [contribution guide](https://github.com/db-ui/elements/blob/main/CONTRIBUTING.md).

## 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](https://github.com/db-ui/elements/blob/main/CODE-OF-CONDUCT.md).

## 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.

## License

This project is licensed under [Apache-2.0](LICENSE).