Installation (TailBlocks Ext)
How to use shadshots, what are TailBlocks , ShadCn extensions , templates.
Introduction
Tailblocks are the premade ui components made in tailwindcss which you can simply copy and paste to your website and use them.
You will get Tailblocks as React Components in the tailblocks tab, but if you want to use them on your vanillaJS project just copy them and ask ChatGPT to convert them
Below given how can you install tailwindcss in your react / next app
Tailwindcss Installation
Install Tailwind CSS
Install tailwindcss via npm, and then run the init command to generate your tailwind.config.js file.
Configure your template paths
Add the paths to all of your template files in your tailwind.config.js file.
Add the Tailwind directives to your CSS
Add the @tailwind directives for each of Tailwind’s layers to your ./src/index.css file.
Start using Tailwind in your project
Start using Tailwind’s utility classes to style your content. App.js