JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 563
  • Score
    100M100P100Q107170F
  • License MIT

A Linear inspired Chakra UI theme

Package Exports

  • @saas-ui/theme-glass
  • @saas-ui/theme-glass/components
  • @saas-ui/theme-glass/src
  • @saas-ui/theme-glass/src/components

Readme

@saas-ui/theme-glass

A Linear inspired theme for Chakra UI.

Installation

$ yarn add @saas-ui/theme-glass

#or

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

Usage

Usage with Chakra UI

import { extendTheme } from '@chakra-ui/react'
import { theme as baseTheme } from '@saas-ui/theme-glass'

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

Usage with Saas UI

import { extendTheme } from '@chakra-ui/react'
import { theme as baseTheme } from '@saas-ui/react'
import { theme as glassTheme } from '@saas-ui/theme-glass'

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

Docs

https://chakra-ui.com/docs/styled-system/customize-theme

https://saas-ui.dev/docs/core/theming/saas-ui-theme

Source

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

License

MIT - Appulse Software