oliverdavies.uk/source/_daily_emails/2025-03-25.md
Oliver Davies 8cde06ca76 Add daily email for 2025-03-25
Building Bootstrap components with Tailwind CSS
2025-03-27 23:54:59 +00:00

1.2 KiB

title date permalink tags cta snippet
Building Bootstrap components with Tailwind CSS 2025-03-25 daily/2025/03/25/bootstrap
software-development
css
tailwind-css
~ I started to build Bootstrap's example components with Tailwind CSS.

A while ago, I started to build some of Bootstrap's example components with Tailwind CSS.

Because it's a lower-level framework with less-opinionated classes, you can use Tailwind classes to make different looking UIs.

There is no "Tailwind-looking website" as there is with component-level frameworks like Bootstrap and Bulma.

You can also see this in the other UIs I've rebuilt with Tailwind - some of which I show in my Taking Flight with Tailwind CSS talk.

I've created the Album and Pricing card examples so far, but may do more soon.

I've recently ported this website to be a Sculpin-powered website, so if you want to see another Sculpin example, you can take a look at the source code.