Robust, packed, simple and sweet front-end framework for faster and easier web development.
Read maa docs
Download Maa Themes
*
Blog
Several quick start options are available:
- Download the latest release.
- Clone the repo:
git clone https://github.com/tamzi/maa.git
coming soon:
- Install with npm:
npm install maa@0.1
- Install with yarn:
yarn add maa@0.1
- Install with Composer:
composer require tamzi/maa:0.1
Read the Getting started page for information on the framework contents, templates and examples, and more.
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
maa/
├── css/
│ ├── maa.css
│ ├── maa.min.css
│ ├── maa-component.css
│ ├── maa.typography.css
│ ├── maa-grid.css
│ ├── maa-grid.min.css
│ ├── maa-flex.css
│ └── maa-flex.min.css
└── js/
├── maa.js
├── maa.min.js
└── sw.js
What it comes with compiled:
- CSS (`maa.css`)
- Grid Layout files (`maa-grid.css`)
- Flexbox Layout files (`maa-flex.css`)
- Compiled and minified CSS files(`maa.min.*`)
- Typography in maa(maa-typography.css)
- Various plug and play css components(maa-component.css).
In the factory:
- map files coming soon.
Maa's documentation can be found here: maa wiki
Comming soon
See:
- The Releases section of our GitHub project ,for changelogs for each release version of maa.
- The official maa blog contain summaries of the most noteworthy changes made in each release.
- Angled Rows:
- Bootstrap 4
- Foundation
- Material Design Lite