1.0.11 • Published 5 years ago
ember-smart-input v1.0.11
ember-smart-input
Simple ideas for enhancing text input interactions
Demo
Installation
ember install ember-smart-input
Usage
In your template:
<SmartInput @label="First Name" @style="haruki" />
which will get rendered as:
<span class="input input--haruki">
<input class="input__field input__field--haruki" type="text" id="input-1" />
<label class="input__label input__label--haruki" for="input-1">
<span class="input__label-content input__label-content--haruki">First Name</span>
</label>
</span>
For validation indicators with label color changes:
<SmartInput label="Name" style="hoshi" labelColor="color-1" />
<SmartInput label="Name" style="hoshi" labelColor="color-2" />
<SmartInput label="Name" style="hoshi" labelColor="color-3" />
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
See the Contributing guide for details.
Credits
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
7 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago