mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
refactor: ♻️ Port all buttons to new UI library
This commit is contained in:
parent
13faf840dd
commit
091615b04e
20 changed files with 120 additions and 155 deletions
|
|
@ -4,26 +4,61 @@
|
|||
<Button theme="primary">Click me</Button>
|
||||
<Button theme="secondary">Click me</Button>
|
||||
<Button theme="gradient">Click me</Button>
|
||||
<Button theme="outline">Click me</Button>
|
||||
|
||||
<Button loading>Click me</Button>
|
||||
<Button theme="primary" loading>Click me</Button>
|
||||
<Button theme="secondary" loading>Click me</Button>
|
||||
<Button theme="gradient" loading>Click me</Button>
|
||||
<Button theme="outline" loading>Click me</Button>
|
||||
|
||||
<Button><Icon icon="tabler:certificate" />Gamer</Button>
|
||||
<Button theme="primary"><Icon icon="tabler:certificate" />Gamer</Button>
|
||||
<Button theme="secondary"><Icon icon="tabler:certificate" />Gamer</Button>
|
||||
<Button theme="gradient"><Icon icon="tabler:certificate" />Gamer</Button>
|
||||
<Button>
|
||||
<Icon icon="tabler:certificate" />Gamer
|
||||
</Button>
|
||||
<Button theme="primary">
|
||||
<Icon icon="tabler:certificate" />Gamer
|
||||
</Button>
|
||||
<Button theme="secondary">
|
||||
<Icon icon="tabler:certificate" />Gamer
|
||||
</Button>
|
||||
<Button theme="gradient">
|
||||
<Icon icon="tabler:certificate" />Gamer
|
||||
</Button>
|
||||
<Button theme="outline">
|
||||
<Icon icon="tabler:certificate" />Gamer
|
||||
</Button>
|
||||
|
||||
<Button><Icon icon="tabler:certificate" /></Button>
|
||||
<Button theme="primary"><Icon icon="tabler:certificate" /></Button>
|
||||
<Button theme="secondary"><Icon icon="tabler:certificate" /></Button>
|
||||
<Button theme="gradient"><Icon icon="tabler:certificate" /></Button>
|
||||
<Button>
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="primary">
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="secondary">
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="gradient">
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="outline">
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
|
||||
<Button>Gamer<Icon icon="tabler:certificate" /></Button>
|
||||
<Button theme="primary">Gamer<Icon icon="tabler:certificate" /></Button>
|
||||
<Button theme="secondary">Gamer<Icon icon="tabler:certificate" /></Button>
|
||||
<Button theme="gradient">Gamer<Icon icon="tabler:certificate" /></Button>
|
||||
<Button>Gamer
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="primary">Gamer
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="secondary">Gamer
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="gradient">Gamer
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
<Button theme="outline">Gamer
|
||||
<Icon icon="tabler:certificate" />
|
||||
</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue