https://github.com/virtuallycreative/allegretto
A fast and lively CSS UI framework for rapid prototyping and wire-framing.
https://github.com/virtuallycreative/allegretto
aoda css-framework css3 flexbox wcag2
Last synced: 5 days ago
JSON representation
A fast and lively CSS UI framework for rapid prototyping and wire-framing.
- Host: GitHub
- URL: https://github.com/virtuallycreative/allegretto
- Owner: VirtuallyCreative
- License: mit
- Created: 2018-05-11T17:21:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T10:27:34.000Z (9 months ago)
- Last Synced: 2025-06-13T19:54:37.062Z (5 days ago)
- Topics: aoda, css-framework, css3, flexbox, wcag2
- Language: CSS
- Homepage: https://allegretto.herokuapp.com/
- Size: 759 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Allegretto
[](https://npmjs.org/package/allegretto)
![]()
![]()
![]()
[](https://travis-ci.org/VirtuallyCreative/allegretto)
[](https://spectrum.chat/allegretto)Built for rapid wireframing / prototyping while keeping W.C.A.G. 2 design patterns in mind.
- Fast and lively. With Unpkg CDN goodness.
- Build with Accessability in mind; A.O.D.A / W.C.A.G.
- Great for quick wireframing/prototyping
- A simple 12-Col grid using flexbox
- Easy to extend with your own CSS variables
- Comes with a handful of components & utils
- Expects proper HTML5 semantic markup
- Normalize CSS reset baked in
- No Pre-Processer here, just vanilla CSS-3## Get started
CDN:
```html
```
npm or yarn:
```bash
npm install allegretto
``````bash
yarn allegretto
```### CSS PreProcessor Support (LESS/SASS/STYLUS)
Allegretto is designed using the latest features of CSS-3. Staying true to the notions of *ease-of-use* and
*minimalism*, it doesn't use any CSS pre-processor or overly-complex build process.---
©2019 Virtually(Creative) | Code released under the [MIT
license](https://raw.githubusercontent.com/VirtuallyCreative/allegretto/master/LICENSE).