1.0.1 • Published 1 year ago

tailwind-shadcn-catppuccin-theme v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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',

       ...
        ]
   ...

}
1.0.1

1 year ago

1.0.0

1 year ago