Update Tailwind CSS talk for DrupalCamp Ghent
This commit is contained in:
parent
ad467a8700
commit
cb4b396577
14 changed files with 425 additions and 255 deletions
8
src/taking-flight-with-tailwind-css/code/20-loops-2.txt
Normal file
8
src/taking-flight-with-tailwind-css/code/20-loops-2.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
{navItems.map(item => (
|
||||
<a
|
||||
class="block py-3 px-4 text-sm text-gray-800"
|
||||
href={item.url}
|
||||
>
|
||||
{item.title}
|
||||
</a>
|
||||
))}
|
Loading…
Add table
Add a link
Reference in a new issue