Styling library in semantic way (standard HTML5 tags, attributes and rules) instead classes
We use standard HTML5 tags, attributes and rules! In many cases you just need write standard html in semantic way and don’t think about styling!!
We always care to write content in semantic way by all resources.
We respect semantic content and style content by design languages.
We still hard work to complete exiting languages and add more languages with complete guides!
package manager:
git submodule: Read more about git submodule here
git submodule add https://github.com/GeniusesGroup/design-languages
git clone ...
and after call git submodule init
git submodule update --remote
Easily add desire design language files to your HTML file like
<link rel="stylesheet" type="text/css" href="/design-languages/material/dialog.css">
<link rel="stylesheet" type="text/css" href="/design-languages/theme-light.css">
or easily run the combined script and add desire design language in one file to your HTML file like
<link rel="stylesheet" type="text/css" href="/design-languages/material.css">
<link rel="stylesheet" type="text/css" href="/design-languages/theme-light.css">
Also you can use gui-engine concept in libjs to load dynamically user selected design language and theme!
This package is under development and not ready to use in real production. It can have breakable changes until we remove this part from README!
But we are glad to hear your experience or idea about this concept.