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

Sample Card

This is a sample card component built with Tailwind CSS.

Read More

Project Card

A card that could be used for showcasing projects.

View Project

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" %}