0.2.1 • Published 8 months ago

@incmix-ui/theme-glass v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

@incmix-ui/theme-glass

A Linear inspired theme for chakra UI.

Installation

$ yarn add @incmix-ui/theme-glass

#or

$ npm i @incmix-ui/theme-glass  --save

Usage

Usage with chakra UI

import { extendTheme } from "@chakra-ui/react";
import { theme as baseTheme } from "@incmix-ui/theme-glass";

const theme = extendTheme(
  {
    // your overrides
  },
  baseTheme,
);

Usage with Incmix UI

import { extendTheme } from "@chakra-ui/react";
import { theme as baseTheme } from "@incmix-ui/react";
import { theme as glassTheme } from "@incmix-ui/theme-glass";

const theme = extendTheme(
  {
    // your overrides
  },
  glassTheme,
  baseTheme,
);

Docs

https://www.incmix-ui.dev/docs/theming/incmix-ui-theme

Source

https://github.com/incmix/ui/tree/main/packages/incmix-ui-theme-glass

License

MIT - Appulse Software