devcrono / tw-material

Tailwind Material You

Home Page:https://tw-material.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind Material You Components

npm install @tw-material/react @tw-material/theme @tw-material/system framer-motion
//tailwind.config.ts

import type {Config} from "tailwindcss";
import {material3} from "@tw-material/theme";

export default {
  content: [
    "./node_modules/@tw-material/**/*.{js,ts,jsx,tsx,mjs}",
  ],
  darkMode: "class",
  plugins: [
    material3({
      sourceColor: "#b8ff8c",
      customColors: [],
    }),
  ],
} as Config;

About

Tailwind Material You

https://tw-material.vercel.app


Languages

Language:TypeScript 99.8%Language:CSS 0.2%Language:JavaScript 0.0%