Skip to content

Styling library in semantic way (standard HTML5 tags, attributes and rules) instead classes

License

Notifications You must be signed in to change notification settings

GeniusesGroup/design-languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Languages

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!!

Information architecture

Semantic content

We always care to write content in semantic way by all resources.

Design Methodology

We respect semantic content and style content by design languages.

Supported languages

We still hard work to complete exiting languages and add more languages with complete guides!

Browser User Agent Stylesheets

Usage

Project

  • package manager:

  • git submodule: Read more about git submodule here

    • Add: git submodule add https://github.com/GeniusesGroup/design-languages
    • Clone: git clone ... and after call git submodule init
    • Update: git submodule update --remote

HTML

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!

Related projects

Production Ready!?

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.

About

Styling library in semantic way (standard HTML5 tags, attributes and rules) instead classes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages