tailwind-shadcn-catppuccin-theme

1.0.1 • Public • Published

Tailwind Shadcn Catppuccin Theme

npm version

A simple configuration plugin, that enables the theme for Tailwind CSS with Shadcn inspired by Catppuccin color scheme.

Installation

You can install the Tailwind Shadcn Catppuccin Theme using one of the following package managers:

Npm

node install tailwind-shadcn-catppuccin-theme

Yarn

yarn install tailwind-shadcn-catppuccin-theme

Bun

bun install tailwind-shadcn-catppuccin-theme

Tailwind Config

On your project, navigate to your tailwindcss configuration file tailwind.config.(js/ts)and add the plugin to it:"

const config = {
   ...

    plugins: [
       ...

       'tailwind-shadcn-catppuccin-theme',

       ...
        ]
   ...

}

Package Sidebar

Install

npm i tailwind-shadcn-catppuccin-theme

Weekly Downloads

4

Version

1.0.1

License

ISC

Unpacked Size

5.54 kB

Total Files

3

Last publish

Collaborators

  • arthur404dev