Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new info on coming soon arv pages #1591

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions site/content/angular/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,20 @@ <h1 class="mb-8 mt-6 text-4xl font-bold">
<span class="text-primary dark:text-primary-400">with Angular</span>
</h1>
</div>
<p class="text-sm font-medium text-gray-600 dark:text-gray-400">
We have added a new
<a
href="https://tailwind-elements.com/docs/standard/integrations/angular-integration/"
class="text-primary"
>Angular integration tutorial</a
>
for Tailwind Elements.
</p>

<p class="mb-8 text-sm font-medium text-gray-600 dark:text-gray-400">
We're planning to integrate Tailwind Elements with Angular. Sign up
for waiting list to get notified!
If you want to be the first to know about the official release of the
fully integrated and separate React package, sign up for our waiting
list below!
</p>

<div class="">
Expand Down
15 changes: 13 additions & 2 deletions site/content/react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,20 @@ <h1 class="mb-8 mt-6 text-4xl font-bold">
<span class="text-primary dark:text-primary-400">with React</span>
</h1>
</div>
<p class="text-sm font-medium text-gray-600 dark:text-gray-400">
We have added a new
<a
href="https://tailwind-elements.com/docs/standard/integrations/react-integration/"
class="text-primary"
>React integration tutorial</a
>
for Tailwind Elements.
</p>

<p class="mb-8 text-sm font-medium text-gray-600 dark:text-gray-400">
We're planning to integrate Tailwind Elements with React. Sign up for
waiting list to get notified!
If you want to be the first to know about the official release of the
fully integrated and separate React package, sign up for our waiting
list below!
</p>

<div class="">
Expand Down
15 changes: 13 additions & 2 deletions site/content/vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,20 @@ <h1 class="mb-8 mt-6 text-4xl font-bold">
<span class="text-primary dark:text-primary-400">with Vue</span>
</h1>
</div>
<p class="text-sm font-medium text-gray-600 dark:text-gray-400">
We have added a new
<a
href="https://tailwind-elements.com/docs/standard/integrations/vue-integration/"
class="text-primary"
>Vue integration tutorial</a
>
for Tailwind Elements.
</p>

<p class="mb-8 text-sm font-medium text-gray-600 dark:text-gray-400">
We're planning to integrate Tailwind Elements with Vue. Sign up for
waiting list to get notified!
If you want to be the first to know about the official release of the
fully integrated and separate React package, sign up for our waiting
list below!
</p>

<div class="">
Expand Down