npx ui-thing@latest add toast
Remember to add the <UiToastToaster /> component to your app layout.
<UiToastToaster />
<template> <div> <NuxtLoadingIndicator /> <NuxtPage /> <UiToastToaster /> </div> </template>
Textarea
Displays a form textarea or a component that looks like a textarea.
Toggle
A two-state button that can be either on or off.