🐣 EARLY BIRD DISCOUNTon All-Access - Get 20% Recurring OFF! - SAVE OVER 40% | Coupon:
EARLYBIRD

Using Tailwind Components

Basic Use and Download

GrayGrids offers essential Tailwind UI components with All-Access Plan, you can use them by copy-pasting to your existing Tailwind frontend projects or can download offline files from downloads section of your account.

Configure or Change Styles

If you would like to include entire library on your project also wants to modify core styles, you have to install its plugin via NPM command from below

npm i tailgrids

This will install all the plugin and all the dependencies you need, and you will have the Tailwind configuration file look like this:

module.exports = {
  content: ["./*.html", "./ecommerce/*.html", "./assets/**/*.js"],
  theme: {},
  variants: {
    extend: {},
  },
  plugins: [require("tailgrids/plugin")],
};

which you can change depending on your needs. Since, our Tailwind components are powered by TailGrids, you can learn more on this from TailGrids Docs