1.0.7 • Published 7 years ago

vinylsiding v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Vinyl Siding

Vinyl Siding is a light utility for js and css. Useful as a background framework that fills in the most glaring gaps of javascript and provides a lightweight css ruleset for page skeletons.

Version

This is currently alpha, with features being added daily and refactoring occurring constantly.

License

Open Source license TBD.

Javascript structure.

tbd

Installation

Include in head of html.
<link rel="stylesheet" href="https://unpkg.com/vinylsiding/dist/styles/vinylsiding.css">
and
<script href="https://unpkg.com/vinylsiding/dist/scripts/vinylsiding.js"></script>

also available via npm npm install vinylsiding

Tooling

Vinyl Siding uses Gulp for common tasks.

##Core Widgets

  • REM based typography/sizing/margins/padding via classes
  • flex grid system
  • simplified element creation and content injection in JS
  • module-based global data storage to prevent binding or data context struggles.
  • semi-transparent page overlay
  • form element styling.
  • js global locks
  • basic utilities, like element class manipulation, dom traversal, etc...
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago