2017-05-05 15:49:52 +03:00
|
|
|
<div class="row">
|
2017-09-18 14:33:48 +03:00
|
|
|
<div class="col-lg-6">
|
2017-08-01 17:42:21 +03:00
|
|
|
<nb-card>
|
|
|
|
<nb-card-header>Default Inputs</nb-card-header>
|
|
|
|
<nb-card-body>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth placeholder="Project">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-09-18 11:25:26 +03:00
|
|
|
<div class="row full-name-inputs">
|
2017-09-18 13:40:33 +03:00
|
|
|
<div class="col-sm-6 input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth placeholder="Nick">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-09-18 13:40:33 +03:00
|
|
|
<div class="col-sm-6 input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth placeholder="Last Name">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="password" nbInput fullWidth placeholder="Password">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-07-12 11:16:16 +03:00
|
|
|
<div class="input-group has-person-icon">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="With Icon" class="form-control"/>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth shape="rectangle" placeholder="Rectangle border">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth shape="semi-round" placeholder="Semi-round border">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth shape="round" placeholder="Rounded border">
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
|
|
|
<div class="input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth placeholder="Disabled input" disabled/>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="input-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<textarea rows="5" nbInput fullWidth shape="round" placeholder="Text Area"></textarea>
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
2018-11-19 16:57:35 +02:00
|
|
|
<div class="input-group input-group-sm">
|
|
|
|
<input type="text" nbInput fullWidth fieldSize="small" placeholder="Small Input">
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
2018-11-19 16:57:35 +02:00
|
|
|
<div class="input-group input-group-lg">
|
|
|
|
<input type="text" nbInput fullWidth fieldSize="medium" placeholder="Medium Input">
|
|
|
|
</div>
|
|
|
|
<div class="input-group input-group-lg">
|
|
|
|
<input type="text" nbInput fullWidth fieldSize="large" placeholder="Large Input">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-body>
|
|
|
|
</nb-card>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-08-09 20:05:04 +03:00
|
|
|
|
2017-09-18 14:33:48 +03:00
|
|
|
<div class="col-lg-6">
|
2017-08-01 17:42:21 +03:00
|
|
|
<nb-card>
|
|
|
|
<nb-card-header>Validation States</nb-card-header>
|
|
|
|
<nb-card-body>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="form-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth status="info" placeholder="Input with Info">
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth status="success" placeholder="Input with Warning">
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2018-11-19 16:57:35 +02:00
|
|
|
<input type="text" nbInput fullWidth status="warning" placeholder="Input with Danger">
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<input type="text" nbInput fullWidth status="danger" placeholder="Input with Danger">
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
2017-09-18 11:25:26 +03:00
|
|
|
<div class="form-group validation-checkboxes row">
|
2017-09-18 13:40:33 +03:00
|
|
|
<nb-checkbox status="success" class="col-sm-4">Checkbox with Success</nb-checkbox>
|
|
|
|
<nb-checkbox status="warning" class="col-sm-4">Checkbox with Warning</nb-checkbox>
|
|
|
|
<nb-checkbox status="danger" class="col-sm-4">Checkbox with Danger</nb-checkbox>
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-body>
|
|
|
|
</nb-card>
|
2017-08-09 20:05:04 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
<nb-card>
|
|
|
|
<nb-card-header>Checkboxes & Radios</nb-card-header>
|
|
|
|
<nb-card-body>
|
2017-09-18 11:25:26 +03:00
|
|
|
<div class="row demo-checkboxes-radio">
|
2017-09-18 13:40:33 +03:00
|
|
|
<div class="demo-checkboxes col-sm-4">
|
2017-08-08 12:18:07 +03:00
|
|
|
<nb-checkbox>Checkbox 1</nb-checkbox>
|
2017-08-09 20:05:04 +03:00
|
|
|
<nb-checkbox [value]="true">Checkbox 2</nb-checkbox>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-09-18 13:40:33 +03:00
|
|
|
<div class="demo-radio col-sm-4">
|
2018-11-19 16:57:35 +02:00
|
|
|
<nb-radio-group [(value)]="radioGroupValue">
|
|
|
|
<nb-radio
|
|
|
|
[value]="'This is value 1'">
|
|
|
|
Radio 1
|
|
|
|
</nb-radio>
|
|
|
|
<nb-radio
|
|
|
|
[value]="'This is value 2'">
|
|
|
|
Radio 2
|
|
|
|
</nb-radio>
|
|
|
|
<nb-radio
|
|
|
|
[value]="'This is value 3'">
|
|
|
|
Radio 3
|
|
|
|
</nb-radio>
|
|
|
|
</nb-radio-group>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-09-18 13:40:33 +03:00
|
|
|
<div class="demo-disabled-checkbox-radio col-sm-4">
|
2017-08-08 12:18:07 +03:00
|
|
|
<nb-checkbox disabled>Disabled Checkbox</nb-checkbox>
|
2018-11-19 16:57:35 +02:00
|
|
|
<nb-radio-group disabled>
|
|
|
|
<nb-radio
|
|
|
|
[value]="'Disabled Value'">
|
|
|
|
Disabled Radio
|
|
|
|
</nb-radio>
|
|
|
|
</nb-radio-group>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-08-01 17:42:21 +03:00
|
|
|
</nb-card-body>
|
|
|
|
</nb-card>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
|
|
|
</div>
|