From 545ee4f470630a1a9999cb2cc434bdb1f664e891 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 19 Jul 2021 19:23:24 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a026999..fcdcbcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# Standard Visual Design System +# Standard UI -### How to use Standard Visual Design System - A summary: Pick a layout you need, add components.js to it, then use notification sounds if your project has sound based notification +### How to use Standard UI - A summary: +Pick a layout you need, add components.js to it, then use notification sounds if your project has sound based notification #### To start, pick one layout among different layouts we have provided in Layouts folder. Every layout is like approved stand-alone HTML visual template on which UI functionality needs to be added. Then add components.js from Standard UI Components folder. This will give access to functional visual elements in your layout template page. Then you can add the rest of functionality From b2841e7442005aefa82fd3691b52b6ac292af859 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 19 Jul 2021 19:28:07 +0530 Subject: [PATCH 2/3] Update README.md --- components/README.md | 596 +------------------------------------------ 1 file changed, 1 insertion(+), 595 deletions(-) diff --git a/components/README.md b/components/README.md index d4540e6..58d2e25 100644 --- a/components/README.md +++ b/components/README.md @@ -1,595 +1 @@ -# Components - -## Overview - -These components are based on HTML5 custom elements API. This is an attempt to unify UI development patterns and elements that are used multiple times throughout any general web app.It uses 'sm' namespace for all components. So every component tag starts with ***'sm-'.*** - -They can replace some older UI elements like `` `` `