first commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<template>
|
||||
<div class="demo-space-x">
|
||||
<VBtn>
|
||||
Accept
|
||||
<VIcon
|
||||
end
|
||||
icon="ri-checkbox-circle-line"
|
||||
/>
|
||||
</VBtn>
|
||||
|
||||
<VBtn color="secondary">
|
||||
<VIcon
|
||||
start
|
||||
icon="ri-subtract-line"
|
||||
/>Cancel
|
||||
</VBtn>
|
||||
|
||||
<VBtn color="success">
|
||||
Upload
|
||||
<VIcon
|
||||
end
|
||||
icon="ri-upload-cloud-line"
|
||||
/>
|
||||
</VBtn>
|
||||
|
||||
<VBtn color="info">
|
||||
<VIcon
|
||||
start
|
||||
icon="ri-arrow-left-line"
|
||||
/>
|
||||
Back
|
||||
</VBtn>
|
||||
|
||||
<VBtn color="warning">
|
||||
<VIcon icon="ri-hammer-line" />
|
||||
</VBtn>
|
||||
|
||||
<VBtn color="error">
|
||||
<VIcon icon="ri-prohibited-line" />
|
||||
</VBtn>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user