OpusCapita / oc-cm-common-layouts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oc-cm-common-layouts

Description

Describe the component here

Installation

npm install @opuscapita/oc-cm-common-layouts

Demo

View the DEMO

Builds

UMD

The default build with compiled styles in the .js file. Also minified version available in the lib/umd directory.

CommonJS/ES Module

You need to configure your module loader to use cjs or es fields of the package.json to use these module types. Also you need to configure sass loader, since all the styles are in sass format.

APIS and components

Contains some commonly used header components.

Rows, Columns, Cards and everything you need to organize your content.

Wrappers and containers, that will help to build a solid base for your view.

Collection of low level styled components. Building blocks for composing all the more advanced layout compoents.

About

License:MIT License


Languages

Language:JavaScript 95.8%Language:CSS 3.8%Language:HTML 0.4%