CSS library for building responsive and customizable page layouts
npm install css-pro-layoutCSS library for building responsive and customizable page layouts
[![npm][version]][npm-url]
[![License][license]][npm-url]
[npm-url]: https://www.npmjs.com/package/css-pro-layout
[version]: https://img.shields.io/npm/v/css-pro-layout.svg?style=flat-square
[license]: https://img.shields.io/github/license/azouaoui-med/css-pro-layout?style=flat-square
For full documentation, visit https://azouaoui-med.github.io/css-pro-layout
You can install css pro layout with NPM or Yarn
``shell`
npm install css-pro-layout
`shell`
yarn add css-pro-layout
Import css-pro-layout.css into your module
`js`
import 'css-pro-layout/dist/css/css-pro-layout.css';
You can also use the CDN link from unpkg.com
`html`
`html``
Please refer to the Examples page for more use cases.
- Vanilla js | Sandbox
- React js | Sandbox
- vue js | Sandbox
- Angular | Sandbox
This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the GitHub Releases page.
MIT © Mohamed Azouaoui