|
@@ -82,7 +82,7 @@
|
|
|
<Button disabled>Disable</Button>
|
|
<Button disabled>Disable</Button>
|
|
|
<Button fill="lineTheme" disabled>Disable</Button>
|
|
<Button fill="lineTheme" disabled>Disable</Button>
|
|
|
</div>
|
|
</div>
|
|
|
- <div>
|
|
|
|
|
|
|
+ <!-- <div>
|
|
|
<div class="p-4 font-bold">Load</div>
|
|
<div class="p-4 font-bold">Load</div>
|
|
|
<Button>
|
|
<Button>
|
|
|
<Loading inverse height="6" width="6" />
|
|
<Loading inverse height="6" width="6" />
|
|
@@ -101,6 +101,39 @@
|
|
|
<Icon name="ri-mic-off-fill" size={16} top={-2} />
|
|
<Icon name="ri-mic-off-fill" size={16} top={-2} />
|
|
|
Start the surface wall plan
|
|
Start the surface wall plan
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div class="p-4 font-bold">With icon</div>
|
|
|
|
|
+ <Button iconLoading={{ type: 'icon', params: { name: 'ri-share-forward-2-fill', size: 18, top: -2 } }}>Throw the two way foil</Button>
|
|
|
|
|
+ <Button fill="lineTheme" iconLoading={{ type: 'icon', params: { name: 'ri-mic-off-fill', size: 16, top: -2 } }}
|
|
|
|
|
+ >Start the surface wall plan</Button
|
|
|
|
|
+ >
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div class="p-4 font-bold">Load (disabled by default)</div>
|
|
|
|
|
+ <Button iconLoading={{ type: 'loading', params: { inverse: true, height: '6', width: '6' } }}>Loading</Button>
|
|
|
|
|
+ <Button iconLoading={{ type: 'loading', params: { inverse: true, width: '16', height: '6', type: '1_17' } }}>Loading</Button>
|
|
|
|
|
+ <Button iconLoading={{ type: 'loading', params: { inverse: true, height: '6', width: '6' } }} disabledLoading={false}>Loading</Button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div class="p-4 font-bold">With icon (passed through slots)</div>
|
|
|
|
|
+ <Button>
|
|
|
|
|
+ <Icon name="ri-share-forward-2-fill" size={18} top={-2} />
|
|
|
|
|
+ Throw the two way foil
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ <Button fill="lineTheme">
|
|
|
|
|
+ <Icon name="ri-mic-off-fill" size={16} top={-2} />
|
|
|
|
|
+ Start the surface wall plan
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <div class="p-4 font-bold">Load (passed through slots)</div>
|
|
|
|
|
+ <Button>
|
|
|
|
|
+ <Loading inverse height="6" width="6" />
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ <Button>
|
|
|
|
|
+ <Loading inverse width="16" height="6" type="1_17" />
|
|
|
|
|
+ </Button>
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<div class="p-4 font-bold">Love version</div>
|
|
<div class="p-4 font-bold">Love version</div>
|