0.0.12 • Published 1 year ago

catppuccin-chakra-ui-theme v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago