|
|
|
@ -12,11 +12,23 @@
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code">
|
|
|
|
|
<div class="demo-area">
|
|
|
|
|
|
|
|
|
|
<abp-form-group>
|
|
|
|
|
<input type="text" class="form-control">
|
|
|
|
|
</abp-form-group>
|
|
|
|
|
<abp-form-group checkbox="true">
|
|
|
|
|
<input type="checkbox" class="form-check-input" id="exampleCheck1">
|
|
|
|
|
<label class="form-check-label" for="exampleCheck1">Check me out</label>
|
|
|
|
|
</abp-form-group>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="code-area">
|
|
|
|
|
<pre>
|
|
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
|
<abp-form-group>
|
|
|
|
|
<input type="text" class="form-control">
|
|
|
|
|
</abp-form-group>
|
|
|
|
|
<abp-form-group checkbox="true">
|
|
|
|
|
<input type="checkbox" class="form-check-input" id="exampleCheck1">
|
|
|
|
|
<label class="form-check-label" for="exampleCheck1">Check me out</label>
|
|
|
|
|
</abp-form-group>
|
|
|
|
|
</pre>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|