Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almonk/pylon
Declarative layout primitives for CSS & HTML
https://github.com/almonk/pylon
Last synced: 1 day ago
JSON representation
Declarative layout primitives for CSS & HTML
- Host: GitHub
- URL: https://github.com/almonk/pylon
- Owner: almonk
- License: mit
- Created: 2019-06-10T18:19:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T13:06:23.000Z (about 2 years ago)
- Last Synced: 2024-12-29T17:14:58.866Z (8 days ago)
- Language: CSS
- Homepage: https://almonk.github.io/pylon/
- Size: 4.92 MB
- Stars: 473
- Watchers: 9
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Pylon - Declarative layout primitives for CSS & HTML
Pylon encapsulates Flexbox logic into a set of simple tags and attributes which, when combined, can form robust user interfaces using a declarative and expressive API.
**Pylon is:**
* Compatible with every JavaScript framework (it's just HTML & CSS)
* Easy to drop in next to any other CSS framework
* Easily configurable (see `tokens.css`)
* Requires no JavaScript framework (it's just HTML & CSS)
* Only 2kb## Installation & usage
Please see https://almonk.github.io/pylon/## Building locally
```
$ npm install
$ gulp pylon
```If `gulp pylon` fails, you probably need to install the [gulp.js](https://gulpjs.com/) `gulp-cli`:
```
$ npm install --global gulp-cli
```