mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
214 B
HTML
10 lines
214 B
HTML
<style>@import "angular2_material/src/components/input/input.css";</style>
|
|
<div md-theme="default">
|
|
<h2>input demo</h2>
|
|
|
|
<md-input-container>
|
|
<label>Name</label>
|
|
<input>
|
|
</md-input-container>
|
|
|
|
</div>
|