All Projects → BowlingX → flexcss

BowlingX / flexcss

Licence: MIT license
A simple css pattern-library using flexbox, build for hellofellow

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to flexcss

game-template
Cross-platform project template using Electron and Angular with the Phaser game engine. Project has Flexbox integrated for easy and responsive organization of components around the Phaser canvas.
Stars: ✭ 16 (-81.18%)
Mutual labels:  flexbox
MovieDb
No description or website provided.
Stars: ✭ 34 (-60%)
Mutual labels:  flexbox
Flexor
Blazor flexbox components
Stars: ✭ 23 (-72.94%)
Mutual labels:  flexbox
bce.design
minimal magic, minimal tooling, essential dependencies, high productivity, no transpilations and no migrations. The Web Components starter ships with integrated lit-html, redux-toolkit and vaadin router components.
Stars: ✭ 67 (-21.18%)
Mutual labels:  flexbox
meal-planner
A web application to plan what you eat daily in accordance to dietary needs
Stars: ✭ 53 (-37.65%)
Mutual labels:  flexbox
boardz
Create Pinterest-like boards with pure CSS, in less than 1kB.
Stars: ✭ 33 (-61.18%)
Mutual labels:  flexbox
flexui
A light UI for C++ with XML and CSS support
Stars: ✭ 21 (-75.29%)
Mutual labels:  flexbox
react-cool-form
😎 📋 React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+189.41%)
Mutual labels:  form-validation
vanilla-js
Projects using pure JavaScript without any external libraries or frameworks
Stars: ✭ 129 (+51.76%)
Mutual labels:  flexbox
utils-flex
CSS flexbox utilities
Stars: ✭ 59 (-30.59%)
Mutual labels:  flexbox
antd-react-form-builder
Example
Stars: ✭ 74 (-12.94%)
Mutual labels:  form-validation
django-front-end-validators
Use model field validator functions for front end JS form validation
Stars: ✭ 15 (-82.35%)
Mutual labels:  form-validation
form-validator
Simplest form validation for flutter form widgets
Stars: ✭ 47 (-44.71%)
Mutual labels:  form-validation
flexo
An Exclusive playground to learn CSS Flexbox
Stars: ✭ 22 (-74.12%)
Mutual labels:  flexbox
form-data-json
A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
Stars: ✭ 37 (-56.47%)
Mutual labels:  form-validation
AndroidVerify
Android library designed for rapid and customizable form validation.
Stars: ✭ 41 (-51.76%)
Mutual labels:  form-validation
hangman-game
A responsive hangman game built with vanilla javascript, html, and css. Animated with GSAP and canvas animations.
Stars: ✭ 22 (-74.12%)
Mutual labels:  flexbox
valida
jQuery Plugin for client side easy form validations.
Stars: ✭ 17 (-80%)
Mutual labels:  form-validation
resizerjs
Simple resizing for flexbox
Stars: ✭ 16 (-81.18%)
Mutual labels:  flexbox
tetris-grid
◼️Lightweight and simple CSS grid
Stars: ✭ 16 (-81.18%)
Mutual labels:  flexbox

FlexCss

Circle CI Dependencies Codacy Badge Coverage Status npm semantic-release

A lightweight Flexbox based mobile-first CSS/Javascript pattern-library created by David Heidrich, build for hellofellow.com.

Installation

Feel free to use my patterns in your project

npm install flexcss --save-dev

Overview

Includes different ready-to-use Javascript Components and Widgets that are heavily optimized to be used in a responsive environment.

  • A Form Validation framework for HTML5
    • supports custom validation
  • Complex Modals
  • Image LightBox (based on Modal)
  • Tooltip
  • Dropdown
  • Off-Canvas Navigation
  • Tabs

All Javascript Components haven been created without external dependencies (almost).

Polyfills / Dependencies used

Branch Information

  • master contains the latest es6 rewrite
  • hellofellow version that runs on hellofellow, will be abandoned in the future (and replaced with master).
    • No pull-requests are accepted here

Browser/Device Support

Due the use of Flexbox and other HTML5 features we are limited to IE 10+.

Browser Version
Safari 7.1+
Google Chrome 30+
Internet Explorer 10+
Firefox 30+

I tested FlexCss on different Android and iOS Devices.

Sass/css

The patterns included may be used for prototyping and to get an idea what is possible with flexbox. It's not supposed to be a generic production-ready framework yet (but might become in the future).

Fonts

FlexCss includes a custom font set of fontello (http://fontello.com/), you can disable including this by overwriting $includeFontello and set it to false

Either way, there is also a mixin called icon which you can use to setup a font.

Development

Requires node to be installed. run npm install, and gulp to start compiling sources, recompilation is triggered automatically on file change

jekyll

jekyll is used to create the pages for this project, run bundle install for setup and then bundle exec jekyll serve to start the local server to read documentation.

Tests

There is no 100% coverage yet, but I'm working on it :D.

run npm test to run all specs, run npm test --watch to start TDD mode.

TODO

The Project is in a really early stage and a lot of things have to be improved. Although running in production, it's not 100% ready for a public release. Use at your own risk!

  • API Documentation, more examples
  • Code Cleanup
  • get near to 100% Coverage by specs
  • improve tooling and gulp setup

License

The MIT License (MIT)

Copyright (c) 2015 David Heidrich, hellofellow KG

Any contribution is welcome, just issue a pull-request or bug/feature if you found something :)

hellofellow and the hellofellow logo Copyright © 2013 – 2015 hellofellow KG

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].