@opuscapita/oc-cm-common-layouts
v3.5.2
Published
OpusCapita CM Common Layout components
Downloads
71
Maintainers
Keywords
Readme
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.
- With webpack use resolve.mainFields to configure the module type.
- Add SASS loader to support importing of SASS styles.
APIS and components
Header Components API
Contains some commonly used header components.
Content Components API
Rows, Columns, Cards and everything you need to organize your content.
Layout Components API
Wrappers and containers, that will help to build a solid base for your view.
Primitives
Collection of low level styled components. Building blocks for composing all the more advanced layout compoents.