Skip to content

Classname prefix customization

You can customize the autogenerated classnames by adding a prefix using the classNamePrefix option.

ts
// vbox.config.ts
import { defineConfig } from '@veebox/core'

export default defineConfig({
  classNamePrefix: 'shr',
})

This will result in classnames like shr-css-xx instead of the default css-xx.