A pre-styled Button to open the DocsSearch modal.
@nuxt/content
The Button is already styled and will render as an icon button if you unset the label. You can override all the Button props as it's the root component.
label
<template> <UDocsSearchButton label="Search..." /> </template>
"Search..."
ColorModeToggle
A Toggle to switch between color mode.
DocsSearch
A ready to use CommandPalette to add to your documentation.