mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
8 lines
214 B
Vue
8 lines
214 B
Vue
<template>
|
|
<UButtonGroup>
|
|
<UBadge color="neutral" variant="outline" size="lg" label="https://" />
|
|
|
|
<UInput color="neutral" variant="outline" placeholder="www.example.com" />
|
|
</UButtonGroup>
|
|
</template>
|