0.0.6 • Published 7 years ago
@dpe/form v0.0.6
@dpe/form
form component.

Installation
npm install @dpe/form --save-devHow to use
CSS
- Sass:
@import '@dpe/form'; - Native CSS:
@import url('dist/form.css'); - Link tag:
<link href="dist/form.css" rel="stylesheet" type="text/css">
Developer notes
Majority of styles come from Bootstraps Forms. Only custom code is for Checkboxes/Radios and the Icon integration.
Release notes
0.0.0
- Add release notes.