Update Tailwind CSS talk for DrupalCamp Ghent

This commit is contained in:
Oliver Davies 2024-05-11 10:25:48 +02:00
parent ad467a8700
commit cb4b396577
14 changed files with 425 additions and 255 deletions

View 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>
))}