@incmix-ui/theme-glass

0.2.1 • Public • Published

@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

Package Sidebar

Install

npm i @incmix-ui/theme-glass

Weekly Downloads

1

Version

0.2.1

License

none

Unpacked Size

55.8 kB

Total Files

31

Last publish

Collaborators

  • underlings