Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.81 KB

README.md

File metadata and controls

63 lines (54 loc) · 2.81 KB

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.