1.0.1 • Published 3 years ago

initialyzer-ds v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

initialyzer-design-system

Bundle of web components that can be imported in your main.js. For example,

// main.js

@import 'initilayzer-ds/web-component/src/title/title'

and in markup add custom element where you want to display

// In your markup 

<title-web-cmp 
    class="cmp-web-title"
    text="Initialyze Design System" 
    type="h1">
</title-web-cmp>

Compoent property mapping

Componentpropertyvalue
Titletexttext to display
typeh1-h6