Classes |
---|
Single UI Components for re-use, styled and prepared
note they are not very flexible, but usefull if you need generic, simple UI
TODO: create interfaces
They all follow these rules:
- options.id must be defined and is assigned to the very container of the output html
- the same container also has class `[class-name]-container` if SingleComponents.ClassName used
- the content has class `[class-name]`
- Source: