diff --git a/doc/progressspinner/StyleDoc.vue b/doc/progressspinner/theming/StyledDoc.vue similarity index 100% rename from doc/progressspinner/StyleDoc.vue rename to doc/progressspinner/theming/StyledDoc.vue diff --git a/doc/progressspinner/theming/UnstyledDoc.vue b/doc/progressspinner/theming/UnstyledDoc.vue new file mode 100644 index 000000000..136bab37c --- /dev/null +++ b/doc/progressspinner/theming/UnstyledDoc.vue @@ -0,0 +1,26 @@ + + + Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme. + + + + + diff --git a/doc/progressspinner/theming/index.vue b/doc/progressspinner/theming/index.vue new file mode 100644 index 000000000..f219d62c0 --- /dev/null +++ b/doc/progressspinner/theming/index.vue @@ -0,0 +1,33 @@ + + + + ProgressSpinner Theming + + + + + + + diff --git a/pages/progressspinner/index.vue b/pages/progressspinner/index.vue index 9fcea63cb..f9e333857 100755 --- a/pages/progressspinner/index.vue +++ b/pages/progressspinner/index.vue @@ -1,5 +1,5 @@ - +
Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme.