npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

flexcss

v0.24.0

Published

A lightweight Flexbox based mobile-first CSS/Javascript pattern-library

Downloads

10

Readme

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