New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

css-pro-layout

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-pro-layout

CSS library for building responsive and customizable page layouts

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
621
decreased by-15.74%
Maintainers
1
Weekly downloads
 
Created
Source

CSS Pro Layout

CSS library for building responsive and customizable page layouts

npm License


Documentation

For full documentation, visit https://azouaoui-med.github.io/css-pro-layout

Getting started

You can install css pro layout with NPM or Yarn

NPM

npm install css-pro-layout

Yarn

yarn add css-pro-layout

Import css-pro-layout.css into your module

import 'css-pro-layout/dist/css/css-pro-layout.css';

CDN

You can also use the CDN link from unpkg.com

<link href="https://unpkg.com/css-pro-layout/dist/css/css-pro-layout.min.css" rel="stylesheet" />

Basic Usage

<div class="layout">
  <header class="header">Header</header>
  <main class="content">Content</main>
  <footer class="footer">Footer</footer>
</div>

Please refer to the Examples page for more use cases.

Demos

Change Log

This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the GitHub Releases page.

License

MIT © Mohamed Azouaoui

Keywords

FAQs

Package last updated on 04 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc