2017-05-05 15:49:52 +03:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-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">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Project" class="form-control"/>
|
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">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Nick" class="form-control"/>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-09-18 13:40:33 +03:00
|
|
|
<div class="col-sm-6 input-group">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Last Name" class="form-control"/>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="password" placeholder="Password" class="form-control"/>
|
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 input-group-rounded">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Rounded border" class="form-control"/>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="form-group">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Project" class="form-control"/>
|
|
|
|
<small class="form-text">A block of help text that breaks into a new line and may extend beyond one line.
|
|
|
|
</small>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Disabled input" class="form-control" disabled/>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="input-group">
|
|
|
|
<textarea rows="5" placeholder="Text Area" class="form-control"></textarea>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group input-group-sm">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Small Input" class="form-control"/>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="input-group input-group-lg">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Large Input" class="form-control"/>
|
2017-05-05 15:49:52 +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>Input Groups</nb-card-header>
|
|
|
|
<nb-card-body>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="input-group">
|
2017-07-07 15:39:07 +03:00
|
|
|
<span class="input-group-addon success">@</span>
|
2017-08-09 20:05:04 +03:00
|
|
|
<input type="text" class="form-control" placeholder="Username"/>
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
2017-09-18 11:25:26 +03:00
|
|
|
<div class="input-group mail-btn-group">
|
2017-06-29 20:00:16 +03:00
|
|
|
<span class="input-group-btn">
|
2017-07-07 15:39:07 +03:00
|
|
|
<button class="btn btn-primary btn-icon">
|
2017-06-29 20:00:16 +03:00
|
|
|
<i class="ion-ios-email-outline"></i>
|
|
|
|
</button>
|
|
|
|
</span>
|
2017-08-09 20:05:04 +03:00
|
|
|
<input type="text" class="form-control" placeholder="Recipient's username">
|
2017-06-29 20:00:16 +03:00
|
|
|
<span class="input-group-btn">
|
|
|
|
<button class="btn btn-primary">
|
|
|
|
@example.com
|
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="input-group">
|
2017-08-09 20:05:04 +03:00
|
|
|
<input type="text" class="form-control" placeholder="Search for...">
|
2017-06-29 20:00:16 +03:00
|
|
|
<span class="input-group-btn">
|
|
|
|
<button class="btn btn-danger">
|
|
|
|
Search
|
|
|
|
</button>
|
|
|
|
</span>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="input-group">
|
|
|
|
<div class="input-group-btn" ngbDropdown>
|
|
|
|
<button type="button" class="btn btn-success dropdown-toggle" ngbDropdownToggle>
|
|
|
|
Action
|
|
|
|
</button>
|
2017-07-25 16:46:58 +03:00
|
|
|
<ul class="dropdown-menu">
|
|
|
|
<li class="dropdown-item">Action</li>
|
|
|
|
<li class="dropdown-item">Another action</li>
|
|
|
|
<li class="dropdown-item">Something else here</li>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div role="separator" class="dropdown-divider"></div>
|
2017-07-25 16:46:58 +03:00
|
|
|
<li class="dropdown-item">Separated link</li>
|
|
|
|
</ul>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-06-29 20:00:16 +03:00
|
|
|
<input type="text" class="form-control">
|
|
|
|
</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>Selects</nb-card-header>
|
|
|
|
<nb-card-body>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="form-group">
|
|
|
|
<label>Simple Select</label>
|
|
|
|
<select class="form-control">
|
2017-07-12 11:16:16 +03:00
|
|
|
<option>Minsk</option>
|
|
|
|
<option>Gomel</option>
|
|
|
|
<option>Brest</option>
|
|
|
|
<option>Grodno</option>
|
|
|
|
<option>Mogilev</option>
|
2017-06-29 20:00:16 +03:00
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Multiple Select</label>
|
|
|
|
<select multiple class="form-control">
|
2017-07-12 11:16:16 +03:00
|
|
|
<option>Item 1</option>
|
|
|
|
<option>Item 2</option>
|
|
|
|
<option>Item 3</option>
|
|
|
|
<option>Item 4</option>
|
|
|
|
<option>Item 5</option>
|
2017-06-29 20:00:16 +03:00
|
|
|
</select>
|
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-05-05 15:49:52 +03:00
|
|
|
<div class="col-md-6">
|
2017-08-01 17:42:21 +03:00
|
|
|
<nb-card>
|
|
|
|
<nb-card-header>Input Styles</nb-card-header>
|
|
|
|
<nb-card-body>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group input-group-border-only">
|
2017-09-18 11:25:26 +03:00
|
|
|
<input type="text" placeholder="Border Only" class="form-control"/>
|
2017-06-29 20:00:16 +03:00
|
|
|
</div>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group">
|
2017-06-29 20:00:16 +03:00
|
|
|
<input type="text" placeholder="Default Input" class="form-control">
|
|
|
|
</div>
|
2017-07-07 15:39:07 +03:00
|
|
|
<div class="input-group input-group-fill-only">
|
2017-06-29 20:00:16 +03:00
|
|
|
<input type="text" placeholder="Fill Only" class="form-control">
|
|
|
|
</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>Validation States</nb-card-header>
|
|
|
|
<nb-card-body>
|
2017-06-29 20:00:16 +03:00
|
|
|
<div class="form-group">
|
|
|
|
<input type="text" placeholder="Input with Success" class="form-control form-control-success">
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<input type="text" placeholder="Input with Warning" class="form-control form-control-warning">
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<input type="text" placeholder="Input with Danger" class="form-control form-control-danger">
|
|
|
|
</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-05-05 15:49:52 +03:00
|
|
|
<div class="form-group has-success">
|
2017-06-29 20:00:16 +03:00
|
|
|
<input type="text" placeholder="Input with Success Icon" class="form-control form-control-success">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
|
|
|
<div class="form-group has-warning">
|
2017-06-29 20:00:16 +03:00
|
|
|
<input type="text" placeholder="Input with Warning Icon" class="form-control form-control-warning">
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
|
|
|
<div class="form-group has-danger">
|
2017-06-29 20:00:16 +03:00
|
|
|
<input type="text" placeholder="Input with Danger Icon" class="form-control form-control-danger">
|
2017-05-05 15:49:52 +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-07-25 16:46:58 +03:00
|
|
|
<label class="custom-control custom-checkbox">
|
|
|
|
<input type="checkbox" class="custom-control-input">
|
|
|
|
<span class="custom-control-indicator"></span>
|
2017-08-08 12:18:07 +03:00
|
|
|
<span class="custom-control-description">Bootstrap Checkbox</span>
|
2017-07-25 16:46:58 +03:00
|
|
|
</label>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
2017-09-18 13:40:33 +03:00
|
|
|
<div class="demo-radio col-sm-4">
|
2017-06-29 20:00:16 +03:00
|
|
|
<label class="custom-control custom-radio">
|
2017-07-24 17:23:54 +03:00
|
|
|
<input type="radio" class="custom-control-input" name="customRadio">
|
2017-06-29 20:00:16 +03:00
|
|
|
<span class="custom-control-indicator"></span>
|
|
|
|
<span class="custom-control-description">Radio 1</span>
|
|
|
|
</label>
|
|
|
|
<label class="custom-control custom-radio">
|
2017-08-09 20:05:04 +03:00
|
|
|
<input type="radio" class="custom-control-input" name="customRadio" checked>
|
2017-06-29 20:00:16 +03:00
|
|
|
<span class="custom-control-indicator"></span>
|
|
|
|
<span class="custom-control-description">Radio 2</span>
|
|
|
|
</label>
|
|
|
|
<label class="custom-control custom-radio">
|
2017-07-24 17:23:54 +03:00
|
|
|
<input type="radio" class="custom-control-input" name="customRadio">
|
2017-06-29 20:00:16 +03:00
|
|
|
<span class="custom-control-indicator"></span>
|
|
|
|
<span class="custom-control-description">Radio 3</span>
|
|
|
|
</label>
|
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>
|
2017-06-29 20:00:16 +03:00
|
|
|
<label class="custom-control custom-radio">
|
2017-07-12 11:16:16 +03:00
|
|
|
<input type="radio" class="custom-control-input" disabled>
|
2017-06-29 20:00:16 +03:00
|
|
|
<span class="custom-control-indicator"></span>
|
|
|
|
<span class="custom-control-description">Disabled Radio</span>
|
2017-05-05 15:49:52 +03:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</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-body class="demo-rating">
|
2017-07-14 14:38:25 +03:00
|
|
|
<span class="rating-header">Rating</span>
|
2017-05-05 15:49:52 +03:00
|
|
|
<div>
|
2017-07-12 11:16:16 +03:00
|
|
|
<ngb-rating [(rate)]="starRate" max=5>
|
2017-05-05 15:49:52 +03:00
|
|
|
<ng-template let-fill="fill">
|
2017-07-07 15:39:07 +03:00
|
|
|
<span class="star fill" [class.filled]="fill === 100">
|
|
|
|
<i class="ion-android-star" *ngIf="fill === 100"></i>
|
|
|
|
<i class="ion-android-star-outline" *ngIf="fill !== 100"></i>
|
|
|
|
</span>
|
2017-05-05 15:49:52 +03:00
|
|
|
</ng-template>
|
|
|
|
</ngb-rating>
|
2017-08-09 20:05:04 +03:00
|
|
|
<span class="current-rate">{{ starRate }}</span>
|
2017-05-05 15:49:52 +03:00
|
|
|
</div>
|
|
|
|
<div>
|
2017-07-12 11:16:16 +03:00
|
|
|
<ngb-rating [(rate)]="heartRate" max=5>
|
2017-05-05 15:49:52 +03:00
|
|
|
<ng-template let-fill="fill">
|
2017-07-07 15:39:07 +03:00
|
|
|
<span class="star fill" [class.filled]="fill === 100">
|
2017-07-12 11:16:16 +03:00
|
|
|
<i class="ion-ios-heart" *ngIf="fill === 100"></i>
|
|
|
|
<i class="ion-ios-heart-outline" *ngIf="fill !== 100"></i>
|
2017-07-07 15:39:07 +03:00
|
|
|
</span>
|
2017-05-05 15:49:52 +03:00
|
|
|
</ng-template>
|
|
|
|
</ngb-rating>
|
2017-08-09 20:05:04 +03:00
|
|
|
<span class="current-rate">{{ heartRate }}</span>
|
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>
|
|
|
|
</div>
|