Skip to main content

Vue composables

The useModal composable is great for managing content and state related to modals. These can help focusing a user’s attention on important information in a dialog separate from the rest of the content on the page.

Tour

The useTour and useTourItem composables are a great way to build a tour which guides your user through new, undiscovered, or updated product features.

Checklist

The useChecklist and useChecklistItem composables are a great way to get your users up and running in your product through a sequence of actions to complete.

Card

The useCard composable is great for managing content and state related to cards. Card are embedded UI elements you can use to announce updates or give users timely warnings and alerts.

Rich text

Use our HTML rich text renderer to display rich text content within your product.