General
Last updated
Last updated
To customize the look and feel of Vueless and modify the default library configuration, use the vueless.config.{js,ts}
file, which should be placed in the root of your project.
Components are based on a primary
color and neutral
color.
Vueless uses Tailwind CSS under the hood, so you can use any of the or your own custom colors. See chapter for more details.
Use the rounding
key to simultaneously apply a border radius to all components.
See chapter for more details.
Use the outline
key to simultaneously apply a focus outline ring to all components.
Use the fontSize
key to simultaneously apply a font size to all components.
You can set the components disabled state opacity globally for related Vueless components.
Use the colorMode
key to define dark / light modes for all components.
See chapter for more details.
See chapter for more details.
See chapter for more details.
See chapter for more details.