Go to file
2026-03-04 17:50:26 +01:00
components Updates 2026-03-04 17:48:28 +01:00
styles First Commit 2024-10-16 15:20:34 +01:00
.gitignore First Commit 2024-10-16 15:20:34 +01:00
bun.lockb Updates 2026-03-04 17:35:14 +01:00
next.config.mjs First Commit 2024-10-16 15:20:34 +01:00
package.json First Commit 2024-10-16 15:20:34 +01:00
postcss.config.mjs First Commit 2024-10-16 15:20:34 +01:00
README.md Updates 2026-03-04 17:50:26 +01:00
tailwind.config.ts First Commit 2024-10-16 15:20:34 +01:00
tsconfig.json First Commit 2024-10-16 15:20:34 +01:00

Tailwind CSS UI

A modular skeletal framework for tailwind css

Perequisites

You need a couple of packages and settings to integrate this package

Packages

  • React
  • React Dom
  • Tailwind CSS version 4

CSS Base

This package contains a base.css file which has all the base css rules required to run. This css file must be imported in your base project, and it can be update in a separate .css file.

Install packages

bun add lucide-react tailwind-merge html-to-react gray-matter mdx typescript lodash react-code-blocks react-responsive-modal next-mdx-remote remark-gfm rehype-prism-plus openai
bun add -D @types/ace @types/react @types/react-dom tailwindcss @types/mdx @next/mdx