0.0.12 • Published 2 years ago

catppuccin-chakra-ui-theme v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Catppuccin + Chakra UI Theme (WIP)

Catppuccin theme for Chakra UI

Installation

To use this library in your Chakra UI project, simply install it as a dependency:

npm install catppuccin-chakra-ui-theme

Generate the theme and then, in your Chakra UI provider, import the theme and pass it as the theme prop:

import { ChakraProvider } from '@chakra-ui/react'
import { generateTheme } from 'catppuccin-chakra-ui-theme'

const theme = generateTheme('latte', 'mocha')

function App() {
    return (
        <ChakraProvider theme={theme}>
            <App />
        </ChakraProvider>
    )
}

generateTheme function

generateTheme(lightPalette: Palette, darkPalette: Palette)

The available options for palette names are latte, mocha, frappe and macchiato.

Examples

Visit the website https://catppuccin-chakra-ui-theme.vercel.app.

License

This theme is licensed under the MIT License.

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago