|
|
|
@ -70,13 +70,31 @@ |
|
|
|
|
|
|
|
<div class="demo-with-code"> |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-button size="Large" text="Large" /> |
|
|
|
<abp-button size="Default" text="Default" /> |
|
|
|
<abp-button size="Small" text="Small" /> |
|
|
|
<abp-button size="Medium" text="Medium" /> |
|
|
|
<abp-button size="Large" text="Large" /> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<abp-button size="Default" text="Default" /> |
|
|
|
<abp-button size="Small" text="Small" /> |
|
|
|
<abp-button size="Medium" text="Medium" /> |
|
|
|
<abp-button size="Large" text="Large" /> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<h4># Example</h4> |
|
|
|
|
|
|
|
|
|
|
|
<div class="demo-with-code"> |
|
|
|
<div class="demo-area"> |
|
|
|
<abp-button block="true" text="Block" /> |
|
|
|
</div> |
|
|
|
<div class="code-area"> |
|
|
|
<pre> |
|
|
|
<abp-button size="Large" text="Large"/> |
|
|
|
<abp-button size="Small" text="Small"/> |
|
|
|
<abp-button block="true" text="Block" /> |
|
|
|
</pre> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|