Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/html-next/flexi
Just a layout framework. Design for cross-platform with ease.
https://github.com/html-next/flexi
breakpoint cross-platform ember responsive
Last synced: 22 days ago
JSON representation
Just a layout framework. Design for cross-platform with ease.
- Host: GitHub
- URL: https://github.com/html-next/flexi
- Owner: html-next
- License: mit
- Created: 2016-01-29T19:27:43.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T23:15:15.000Z (over 1 year ago)
- Last Synced: 2024-04-22T12:22:32.399Z (7 months ago)
- Topics: breakpoint, cross-platform, ember, responsive
- Language: JavaScript
- Homepage: https://flexi.readme.io/docs
- Size: 4.44 MB
- Stars: 219
- Watchers: 13
- Forks: 36
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Flexi
[![npm version](https://badge.fury.io/js/flexi.svg)](http://badge.fury.io/js/flexi)
[![Ember Observer Score](http://emberobserver.com/badges/flexi.svg)](http://emberobserver.com/addons/flexi)
[![Code Climate](https://codeclimate.com/github/html-next/flexi/badges/gpa.svg)](https://codeclimate.com/github/html-next/flexi)Flexi is a responsive-design layout framework like Bootstrap and Foundation. Flexi is focused on performance and maintainability, utilizing Ember for greater configuration and convenience than soluions like Bootstrap or Foundation
could offer.Flexi is also unopinionated about your CSS. You can configure it to utilize your existing CSS, or the CSS of any design
framework.Flexi does most of it's heavy lifting at `build` time, happily adding very little runtime code and little-to-no CSS to your project.
## Support, Questions, Collaboration
Join the [Ember community on Discord](https://discord.gg/zT3asNS)
## Release Notes
[Changelog](./CHANGELOG.md)
## Contributing
- Open an Issue for discussion first if you're unsure a feature/fix is wanted.
- Branch off of `main` (default branch)
- Use descriptive branch names (e.g. `/`)
- PR against `main` (default branch).## Thanks
A special thanks goes out to [@ebryn](https://github.com/ebryn) for the
inspiration to pursue a solution for explicit layouts, and [IsleofCode](https://isleofcode.com)
for providing the time to build the original implementation.