Describe the component here
npm install @opuscapita/oc-cm-common-layouts
View the DEMO
The default build with compiled styles in the .js file. Also minified version available in the lib/umd directory.
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.
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.