@vcl/input-group
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@vcl/input-group", | ||
"description": "Buttons and labels prepended and/ or appended to input fields", | ||
"version": "0.2.0", | ||
"description": "Buttons and icograms (label/ icons) prepended and/ or appended to an input control", | ||
"version": "0.2.1", | ||
"main": "package.json", | ||
@@ -24,17 +24,16 @@ "scripts": { | ||
"devDependencies": { | ||
"gulp": "^3.9.0", | ||
"@vcl/gulp-vcl-preprocessor": "^0.2.1", | ||
"normalize.css": "^7.0.0", | ||
"pre-commit": "^1.1.2", | ||
"@vcl/build-demo": "^0.2.0", | ||
"@vcl/button": "^0.2.0", | ||
"@vcl/default-theme": "^0.2.0", | ||
"@vcl/default-theme-terms": "^0.2.0", | ||
"@vcl/dropdown": "^0.2.0", | ||
"@vcl/default-theme": "^0.2.1", | ||
"@vcl/default-theme-terms": "^0.2.1", | ||
"@vcl/font-awesome": "^0.2.0", | ||
"@vcl/icogram": "^0.2.0", | ||
"@vcl/icon": "^0.2.0", | ||
"@vcl/gulp-vcl-preprocessor": "^0.2.1", | ||
"@vcl/icogram": "^0.2.3", | ||
"@vcl/icon": "^0.2.1", | ||
"@vcl/input": "^0.2.0", | ||
"@vcl/preprocessor": "^0.2.2", | ||
"@vcl/typography": "^0.2.0" | ||
"@vcl/typography": "^0.2.0", | ||
"gulp": "^3.9.0", | ||
"normalize.css": "^7.0.0", | ||
"pre-commit": "^1.1.2" | ||
}, | ||
@@ -41,0 +40,0 @@ "dependencies": {}, |
# [VCL](https://github.com/vcl/doc) input-group | ||
Buttons and labels prepended and/ or appended to a text input control. | ||
Buttons and icograms (label/ icons) prepended and/ or appended to an input | ||
control. | ||
@@ -9,11 +10,11 @@ ## Features | ||
The button or label and the input field must be wrapped in a `div` tag | ||
with the class `vclInputGroup`. | ||
If a button is prepended or appended, the parent span needs to have the | ||
`vclInputGroupButton` class. | ||
An input group is formed by an `vclInputGroup` as wrapper for buttons, | ||
icograms and an input element. | ||
[text example](/demo/example-text.html) | ||
Icograms. | ||
### Appending & Prepending | ||
[text example](/demo/example-icogram.html) | ||
Buttons. | ||
[button example](/demo/example-button.html) | ||
@@ -28,3 +29,2 @@ | ||
- `vclInputGroup` | ||
- `vclInputGroupButton` | ||
@@ -31,0 +31,0 @@ ## Modifiers |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14
5822
10