2025-03-01 22:15:39 +00:00
|
|
|
---
|
|
|
|
layout: base
|
2025-03-01 22:15:39 +00:00
|
|
|
title: Building Bootstrap Components with Tailwind CSS
|
2025-03-01 22:15:39 +00:00
|
|
|
use:
|
|
|
|
- examples
|
|
|
|
---
|
|
|
|
|
2025-03-01 22:15:39 +00:00
|
|
|
<div class="max-w-xl mx-auto py-10 prose">
|
|
|
|
<h1 class="text-center">{{ page.title }}</h1>
|
2025-03-01 22:15:39 +00:00
|
|
|
|
2025-03-01 22:15:39 +00:00
|
|
|
<ul>
|
|
|
|
{% for example in data.examples %}
|
|
|
|
<li>
|
|
|
|
<a href="{{ example.url }}">{{ example.title }}</a>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|