Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
onap-ui-angular
/
05b37297177e8a342668c15e5d6f738b51f7aedd
/
.
/
components
/
input
/
input-number.html
blob: 59ef93c62742447addd7b3e7f1fd0114bba51c85 [
file
] [
log
] [
blame
]
<div
class
=
"sdc-input"
>
<label
class
=
"sdc-input__label"
>
I am a label
</label>
<div>
<input
class
=
"sdc-input__input"
type
=
"number"
/>
</div>
</div>