Integration with major frameworks

React

Angular

Integrate FROK into your application.

After this you only need to update the angular.json:

      "architect": {
        "build": {
            ...
            "styles": [
              "node_modules/@bosch/frontend.kit-npm/dist/frontend-kit.css",
              "src/styles.scss"
            ],
            "scripts": [
              "node_modules/@bosch/frontend.kit-npm/dist/frontend-kit.js"
            ]
          },
          ...

By doing this you're good to go to use the atoms, molecules and organisms prodivded.

VueJS

Comming soon.