Overview
Last updated
Last updated
You can customise the look and feel of the components and change the default library configuration in vueless.config.js
.
Components based on a brand
and a gray
color.
Vueless uses Tailwind CSS under the hood, so you can use any of the Tailwind CSS colors or your own custom colors.
See Colors chapter for more details.
You can specify ring width and ring offset width globally for all Vueless components.
See Ring chapter for more details.
You can specify rounding
(border-radius) for all Vueless components.
See Rounding chapter for more details.
You can specify dark mode globally for all Vueless components.
See Dark mode chapter for more details.
Components are styled with Tailwind CSS and you can override any class of each component.
You can find the config keys (button
, text
, etc...) and default classes in Default config block of Vueless component docs which placed at the end of each component page.
See Components chapter for more details.
Vueless supports three popular icon libraries: @material-symbols
, bootstrap-icons
, heroicons
. You can change it like this.
See Icons chapter for more details.
You can specify locale messages and a default locale for Vueless components and integrate it with vue-i18n as well.
Vueless supports only English locale by default. To set additional locales, you can provide them in createVueless()
under the locale
key with the structure below:
See Internationalization (i18n) chapter for more details.