diff --git a/assets/menu/menu.json b/assets/menu/menu.json index f68a0486c..c1e76acbc 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -499,9 +499,18 @@ "to": "/passthrough" }, { - "name": "Tailwind Presets", + "name": "Tailwind CSS", "icon": "pi pi-heart", - "href": "https://tailwind.primevue.org/" + "children": [ + { + "name": "Integration", + "to": "/tailwind" + }, + { + "name": "Presets", + "href": "https://tailwind.primevue.org" + } + ] }, { "name": "Figma UI Kit", diff --git a/doc/tailwind/AnimationsDoc.vue b/doc/tailwind/AnimationsDoc.vue new file mode 100644 index 000000000..e69de29bb diff --git a/doc/tailwind/ExtensionsDoc.vue b/doc/tailwind/ExtensionsDoc.vue new file mode 100644 index 000000000..1eefd5031 --- /dev/null +++ b/doc/tailwind/ExtensionsDoc.vue @@ -0,0 +1,112 @@ + + + diff --git a/doc/tailwind/OverviewDoc.vue b/doc/tailwind/OverviewDoc.vue new file mode 100644 index 000000000..6386c730f --- /dev/null +++ b/doc/tailwind/OverviewDoc.vue @@ -0,0 +1,15 @@ + + + diff --git a/doc/tailwind/PluginDoc.vue b/doc/tailwind/PluginDoc.vue new file mode 100644 index 000000000..132cb4cb0 --- /dev/null +++ b/doc/tailwind/PluginDoc.vue @@ -0,0 +1,36 @@ + + + diff --git a/doc/tailwind/PresetsDoc.vue b/doc/tailwind/PresetsDoc.vue new file mode 100644 index 000000000..6e30fa344 --- /dev/null +++ b/doc/tailwind/PresetsDoc.vue @@ -0,0 +1,15 @@ + + + diff --git a/doc/tailwind/SamplesDoc.vue b/doc/tailwind/SamplesDoc.vue new file mode 100644 index 000000000..132cb4cb0 --- /dev/null +++ b/doc/tailwind/SamplesDoc.vue @@ -0,0 +1,36 @@ + + + diff --git a/pages/tailwind/index.vue b/pages/tailwind/index.vue new file mode 100644 index 000000000..1e2880138 --- /dev/null +++ b/pages/tailwind/index.vue @@ -0,0 +1,58 @@ + + +