Tailwind Components
This page demonstrates the components created with Tailwind CSS for the Cendekia blog.
Buttons
Code example:
{% include components/button.html text="Primary Button" %}
Cards
Code example:
{% include components/card.html
title="Sample Card"
description="This is a sample card component built with Tailwind CSS."
link="#"
link_text="Read More"
%}
Badges
New
Updated
Error
Default
Code example:
{% include components/badge.html text="New" type="primary" %}