Skip to content
Docs
๐Ÿš€ Getting Started

Getting Started ๐Ÿš€

How to use?

All you need, to use SeamLess UI components is TailwindCSS (opens in a new tab) (opens in a new tab).

Using tailwind in a HTML page.

Tailwind css can be used via a CDN, to add tailwind css to you html page, add the script shown below in the html head tag. Tailwind can be customized by adding the tailwind config in a spearate config file. To konw more about tailwind config file, visit TailwindCSS CDN(opens in a new tab).

<script src="https://cdn.tailwindcss.com"></script>

Using tailwind in a React projects

Tailwind CSS can be used in may ways in a react project, to know all the frameworks and tailwind supports and how to use them, visit TailwindCSS React (opens in a new tab)(opens in a new tab).

Using tailwind in different FrameWorks

Tailwind CSS can be used in may ways in diffferent frameworks, to know all the frameworks and tailwind supports and how to use them, visit TailwindCSS Frameworks (opens in a new tab)(opens in a new tab).