For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unstyled mode

To completely remove Vueless default styles and use only your custom ones, set the unstyled key in vueless.config.{js,ts} globally, or individually within specific components.

vueless.config.{js,ts}
export default {
  unstyled: true, /* remove defalut styles for all components */
  component: {
    UButton: {
      unstyled: false, /* but keep default styles for the UButton component */
      button: {
        base: "text-2xl absolute",
      }
    }
  }
};

Last updated

Morty Proxy This is a proxified and sanitized view of the page, visit original site.