Collection of
- Components (currently React components)
- Modules (group of components, ment to be used together)
- Helper functions and classes
- Custom hooks
- Other utilities
for the MARSCHPAT ecosytem
- ChooseOrCreateSelector
- LinearProgressWithLabel
- LoadingBusyIndicator
- LoadingModal
- TextInput
- TooltipStyled
git submodule add git@github.com:marschpat/Marschpat.UI.Components.git
Checkout latest changes in submodules
git submodule update --remote
orgit pull --recurse-submodules
- Register the
Marschpat.UI.Components
library as new workspace within your root project- Within the projects
package.json
, eg.:"workspaces": [ "src/@marschpat/Marschpat.UI.Components/**/*" ],
- Use a glob pattern that matches all paths within the components library
- Within the projects
After registering Marschpat.UI.Components within your project see the module specific readme.md
within the module's directory.