An open API service indexing awesome lists of open source software.

https://github.com/catppuccin/ui

⚛️ Soothing pastel React components! (WIP)
https://github.com/catppuccin/ui

catppuccin hacktoberfest react theme ui ui-components

Last synced: 11 months ago
JSON representation

⚛️ Soothing pastel React components! (WIP)

Awesome Lists containing this project

README

          


Logo


Catppuccin UI for React





## Usage

_TODO_

### With TailwindCSS
To get started you need to extend (or add) the @catppuccin/ui Tailwind configuration.

Step 1: Import configuration
```
// tailwind.config.js
const catppuccin = require('@catppuccin/ui/tailwind');
```

Step 2: Extend your existing configuration

```
// tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
...catppuccin.content,
],
theme: {
...catppuccin.theme,
},
plugins: [
...catppuccin.plugins,
],
};
```

This will add the @catppuccin/tailwindcss plugin + a few other default settings.

### Standalone
_Not supported yet (but the css file is located at: `@catppuccin/ui/dist/catppuccin-ui.css`) if u wanna give it a go._

## 💝 Thanks to

- [didair](https://github.com/didair)

 




Copyright © 2021-present Catppuccin Org