Component Documentation
Getting Started
To get started you first have to install the @vseth/components package using your favorite package manager (eithernpm oryarn):
yarn add @vseth/componentsThe components itself come without any styling so you will probably want to install a theme as well. If your application should only use a specific theme you can install it through npm as well. If that is not the case and your application might be deployed for different organizations you will need to include the theme css through the static server and dynamically inject the correct globId of the group the deployment is for. You can find a detailed explanation on our confluence page.