diff --git a/doc/scrollpanel/StyleDoc.vue b/doc/scrollpanel/theming/StyledDoc.vue similarity index 100% rename from doc/scrollpanel/StyleDoc.vue rename to doc/scrollpanel/theming/StyledDoc.vue diff --git a/doc/scrollpanel/theming/UnstyledDoc.vue b/doc/scrollpanel/theming/UnstyledDoc.vue new file mode 100644 index 000000000..dec1e3bdd --- /dev/null +++ b/doc/scrollpanel/theming/UnstyledDoc.vue @@ -0,0 +1,39 @@ + + + Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme. + + + + + diff --git a/doc/scrollpanel/theming/index.vue b/doc/scrollpanel/theming/index.vue new file mode 100644 index 000000000..e8d576787 --- /dev/null +++ b/doc/scrollpanel/theming/index.vue @@ -0,0 +1,33 @@ + + + + ScrollPanel Theming + + + + + + + diff --git a/pages/scrollpanel/index.vue b/pages/scrollpanel/index.vue index 7c70f463d..2e5d4051d 100644 --- a/pages/scrollpanel/index.vue +++ b/pages/scrollpanel/index.vue @@ -6,6 +6,7 @@ :componentDocs="docs" :apiDocs="['ScrollPanel']" :ptTabComponent="ptComponent" + :themingDocs="themingDoc" />
Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme.