Soothing pastel React components! (WIP)
The article provides instructions on how to set up and use the @catppuccin/ui Tailwind CSS theme. It explains the steps required to extend the Tailwind configuration and import the necessary files.
To install the @catppuccin/ui Tailwind CSS theme, follow these steps:
Step 1: Import configuration
@import 'path/to/@catppuccin/ui';
Step 2: Extend your existing configuration
module.exports = {
// ...
extend: {
'catppuccin': require('@catppuccin/ui')
}
}
The @catppuccin/ui Tailwind CSS theme provides an easy and customizable way to enhance the look and feel of Tailwind CSS. By following the installation instructions, users can quickly set up and extend the theme’s configuration. Although a standalone option is not fully supported, users can still access the theme’s CSS file for experimentation.