This is the standard content element library for the e-mail master template for BSI CX.
This repository uses the BSI CX design build based on webpack. Checkout the Wiki to get more information on the design build. To get more information on BSI CX designs, checkout our online documentation.
To use this package you have to fulfill the following requirements:
- Node >= 16.16.0
- NPM >= 8.11.0
- A code editor e.g. Visual Studio Code, IntelliJ or Web Storm
- To test your design, you need access to BSI CX
Fulfill the requirements and run the following command in your project folder:
npm install --save-dev github:bsi-software/bsi-cx-design-standard-library-email#semver:^1.0.0
Or add the following lines to the devDependencies
section in your package.json
:
"@bsi-cx/design-standard-library-email": "github:bsi-software/bsi-cx-design-standard-library-email#semver:^1.0.0"
Please note that 1.0.0
must be replaced with the latest version.
If you have any problems using this package or found a bug, please create a new issue in this repository on GitHub.
If you like to contribute to this project, feel free to fork it and create a pull request.