Quick Start

Using Components from Site

If you wants to use components, you need no additional installation or convention to follow. Just pick, copy and paste on your project. We also created a video for you to get started.

TailGrids Explainer in 3 Minutes:

🎬 TailGrids Explainer

intro

Offline Use

Installing dependencies

As we need to install our dependencies we need to have NODEJS installed in our machine. Then we can install via run the command below after the downloading file and navigate the path.

npm install

Starter Template for Quick start

We provide a simple starter template for easy quick start

<!DOCTYPE html>
<html lang="en">
	<head>
		<!--====== Required meta tags ======-->
		<meta charset="utf-8" />
		<meta http-equiv="x-ua-compatible" content="ie=edge" />
		<meta name="description" content="" />
		<meta
			name="viewport"
			content="width=device-width, initial-scale=1, shrink-to-fit=no"
		/>
		<link rel="stylesheet" href="assets/css/tailwind.css" />
	</head>

	<body>
		<!--====== Code Block start ======-->
		<!--====== Paste Your Code Blocks here ======-->
		<!--====== Code Block end ======-->
	</body>
</html>