2.0 SimpleWebDesign
2.0 SimpleWebDesign
The whole framework has been redesigned since the last version 1.10 to improve performance and development speed. Components are implemented as native web-components and can be used in single-page-application frameworks such as angular and vue without any wrapper. Only web-components support have to be enabled.
Web-Components
Components are using the Web-Components implementation for faster event-handling and better interfaces.
Dynamic Color System
Theme colors can be easily set with variables. The framework supports automatic light-mode/dark-mode detection but can also be used with one mode only.
I18n Localization
Attributes and inner-html text can be localized. The translations can be stored in properties files.
Lightweight Databinding
There is a simple way to read and write data to attributes and inner-html.
Online Resources
<link href="https://der-zauberer.github.io/SimpleWebDesign/downloads/v2.0/style.min.css" rel="stylesheet">
<script src="https://der-zauberer.github.io/SimpleWebDesign/downloads/v2.0/script.min.js"></script>