npx ui-thing@latest add progress
<template> <UiProgress> <UiProgressIndicator :style="{ transform: `translateX(-${100 - (modelValue || 0)}%)` }" /> </UiProgress> </template>
Popover
Displays rich content in a portal, triggered by a button.
Radio Group
A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.