Hafslund digital designsystem (Hdd)
🚧 WARNING: This project is under construction and should not be used in production! 🚧
'Hafslund digital designsystem' is a design system that can be used across projects while maintaining consistancy. The project follows strict naming guidlines, your can read more about them in the wiki. Every component should be able to run in a isolated environment without depending on parent classes/elements.
For every used front-end framework a separate 'components' library should be created. Listed below are the already existing libraries. If you want to add your library to this list, please create a pull request.
Framework | Version | Repo |
---|
Angular 5.x | 🚧 Alpha | Github |
Documentation
The documentation of this project can be found on Github. This project also contains a showoff website that shows examples of most components. The showoff website can be generated/started by running:
npm run serve
You need to have node
and npm
installed in order to start the showoff website.
Code of conduct
We will behave ourselves if you behave yourselves. For more details see our
code of conduct.
Contributing
Please read through our contributing guidelines.
Versioning
This project will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
with the following format:
<major>.<minor>.<patch>
Team