mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user