Scoped Config
#

VaConfig is a utility component that allows you to configure components (provide specific default prop values to components) locally in a section of your application. This is useful when you have a local scope where your components have props other than global ones.

Examples
#

Components
#

By default, VaConfig does nothing. You must provide the components prop with the vuestic components configuration.

My Card
Open in GitHub

i18n
#

You can configure i18n translations for components.

ะŸะตั€ะตั‚ัะณะฝั–ั‚ัŒ ั„ะฐะนะปะธ ััŽะดะธ ะฐะฑะพ ะฝะฐั‚ะธัะฝั–ั‚ัŒ, ั‰ะพะฑ ะฒะธะฑั€ะฐั‚ะธ
Open in GitHub

API
#

Props #

NameDescriptionTypesDefault
colors

Object

-

components

Components configuration object.

ComponentConfig

{}

i18n

Object

-

preset

Named preset combination of component props.

String

-

Change log #

v1.8.0
  • Components config now supports passing attributes such as class, style, href, data-*, etc. the same way props work