0.0.10 • Published 4 years ago

gable v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Gable

A modular UI pattern system.

Overview

Currently a work in progress, Gable collects a whole bunch of UI patterns and CSS library code that I’ve used on many different apps and websites over the past few years, often copy/pasted between projects. I wanted one place to put it and a clean way to install it.

It doesn’t currently include JavaScript or React implementations but it might in future.

Install

npm install gable

Importing Styles

Compiled CSS

Import production-ready compiled CSS from the bundle path.

Assuming a JavaScript build pipeline in place (eg: style-loader and css-loader in Webpack), you can bundle the full set of Gable styles using the following import at your app’s entry point:

import "gable/bundle/gable.css";

Source Sass

For projects using Sass, you can import the source files directly:

@import "~gable/foundation";
@import "~gable/components/breadcrumbs";
0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago