9 lines
534 B
Vue
9 lines
534 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>
|
|
The theming architecture is based on primitive, semantic and components tokens. The visual editor, displays a dedicated section for each set. For basic purposes such as customizing the primary and surface colors, primitive and semantic
|
|
sections would be more than enough. The component tokens are displayed per route so navigate to the component page first to view the tokens of the specific component.
|
|
</p>
|
|
</DocSectionText>
|
|
</template>
|