mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Merge 21e247af65 into 06776d15c4
This commit is contained in:
commit
b084d02488
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@
|
|||
<nb-card-header>Validation States</nb-card-header>
|
||||
<nb-card-body>
|
||||
<input type="text" nbInput fullWidth status="info" placeholder="Input with Info">
|
||||
<input type="text" nbInput fullWidth status="success" placeholder="Warning Input">
|
||||
<input type="text" nbInput fullWidth status="warning" placeholder="Danger Input">
|
||||
<input type="text" nbInput fullWidth status="success" placeholder="Success Input">
|
||||
<input type="text" nbInput fullWidth status="warning" placeholder="Warning Input">
|
||||
<input type="text" nbInput fullWidth status="danger" placeholder="Danger Input">
|
||||
<input type="text" nbInput fullWidth status="primary" placeholder="Input with Primary">
|
||||
<div class="validation-checkboxes">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue