feat(curriculum): add tailwind CTA component workshop to main (#61013)

Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
This commit is contained in:
Kolade Chris
2025-07-16 23:20:14 +01:00
committed by GitHub
parent de1134e3e2
commit 59ed5910ea
22 changed files with 1269 additions and 0 deletions
+6
View File
@@ -4005,6 +4005,12 @@
"In this workshop, you will learn the basics of Tailwind CSS by building out an error message component."
]
},
"workshop-tailwind-cta-component": {
"title": "Build a Taiwlind CTA Compoent",
"intro": [
"In this workshop, you will build a call to action (CTA) component using Tailwind CSS."
]
},
"lab-music-shopping-cart-page": {
"title": "Build a Music Shopping Cart Page",
"intro": [
@@ -0,0 +1,9 @@
---
title: Introduction to the Build a Tailwind CTA Component
block: workshop-tailwind-cta-component
superBlock: full-stack-developer
---
## Introduction to the Build a Tailwind CTA Component
This is workshop will cover how to use Tailwind CSS to build a call to action (CTA) component.