1.0.7 • Published 8 years ago
vinylsiding v1.0.7
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...