All Projects → azouaoui-med → css-pro-layout

azouaoui-med / css-pro-layout

Licence: MIT License
CSS library for building responsive and customizable layouts

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects
CSS
56736 projects

Projects that are alternatives of or similar to css-pro-layout

Fluid-Grid
Fluid, Responsive and Semantic grid for Sass (SCSS) or LESS CSS. Supports any number of columns. Gutter width is defined as percentage, and grids can be nested too.
Stars: ✭ 17 (-67.92%)
Mutual labels:  less, layout
lemonj
A CSS/LESS/SCSS analysis, bad smell check and auto-refactor tools. 一个面向 CSS/LESS/SCSS 的分析、坏味道检查和自动化重构工具。
Stars: ✭ 138 (+160.38%)
Mutual labels:  less
manage-demo
后台管理系统模版
Stars: ✭ 19 (-64.15%)
Mutual labels:  less
dva-typescript-antd-starter-kit
A admin dashboard application demo based on antd by typescript and dva
Stars: ✭ 61 (+15.09%)
Mutual labels:  less
svelte-bricks
Naive Svelte Masonry component without column balancing (ragged columns at the bottom)
Stars: ✭ 22 (-58.49%)
Mutual labels:  layout
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+249.06%)
Mutual labels:  less
vue-tsx-admin
基于typscript+jsx+vue+ant-design-vue+ant-design-pro的中后台模板
Stars: ✭ 53 (+0%)
Mutual labels:  less
grid-layout
grid-layout is a layout engine which implements grid, can use in canvas/node-canvas
Stars: ✭ 43 (-18.87%)
Mutual labels:  layout
wwlayout
Swifty DSL for programmatic Auto Layout in iOS
Stars: ✭ 46 (-13.21%)
Mutual labels:  layout
PageStatusTransformer
A low invasive state management on Android
Stars: ✭ 12 (-77.36%)
Mutual labels:  layout
table-layout
Styleable plain-text table generator. Useful for formatting console output.
Stars: ✭ 18 (-66.04%)
Mutual labels:  layout
eadmin
eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架
Stars: ✭ 258 (+386.79%)
Mutual labels:  less
Layou-For-All-iPhone
针对于iPhone全机型,对比iPhone6的适配方案
Stars: ✭ 13 (-75.47%)
Mutual labels:  layout
CSS-Grid
CSS Grid 레이아웃 모듈 Level 1
Stars: ✭ 21 (-60.38%)
Mutual labels:  layout
rc-dock
Dock Layout for React Component
Stars: ✭ 318 (+500%)
Mutual labels:  layout
mailspring-matcha-theme
Matcha theme for Mailspring
Stars: ✭ 32 (-39.62%)
Mutual labels:  less
Fomantic-UI-LESS
LESS only distribution of Fomantic UI
Stars: ✭ 16 (-69.81%)
Mutual labels:  less
awesome-quickapp
🛠 A curated list of awesome quickapp tutorials, articles, projects and resources.
Stars: ✭ 41 (-22.64%)
Mutual labels:  less
bubble-layout
An Android ViewGroup that displays avatar bubbles... similar to the chat bubbles on Facebook Messenger.
Stars: ✭ 46 (-13.21%)
Mutual labels:  layout
less-brunch
Adds LESS support to Brunch
Stars: ✭ 14 (-73.58%)
Mutual labels:  less

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].