Socket
Socket
Sign inDemoInstall

@hypertheme-editor/chakra-ui-colors

Package Overview
Dependencies
193
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hypertheme-editor/chakra-ui-colors

Change all [Chakra UI](https://chakra-ui.com/) theme colors, create custom brand colors and generate color palettes with [HyperTheme Editor](#hypertheme-editor).


Version published
Weekly downloads
810
increased by1.76%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@hypertheme-editor/chakra-ui-colors

Change all Chakra UI theme colors, create custom brand colors and generate color palettes with HyperTheme Editor.

Colors Editor Panel

This module is part of HyperTheme Editor, check it out before installing and using it.

Import

import { ThemeEditorFontSizes } from '@hypertheme-editor/chakra-ui-font-sizes'

Usage

ThemeEditorColors works with the ThemeEditorDrawer component.

Put the ThemeEditColors component as a children of ThemeEditorDrawer and set icon and title props like in this example:

function MyThemeEditor(props) {
  return (
    <ThemeEditor>
      <ThemeEditorButton {...props} />
      <ThemeEditorDrawer>
        <ThemeEditorFontSizes icon={ImFontSize} title="Font Sizes" />
      </ThemeEditorDrawer>
    </ThemeEditor>
  )
}

HyperTheme Editor

HyperTheme Editor screen shot

Powerful visual theme editor for your next Chakra UI project.

Learn more about it on the website: hyperthe.me.

Documentation

Read the HyperTheme Editor documentation here.

License

HyperTheme Editor is licensed under the MIT License by Hyperting S.r.l..

FAQs

Last updated on 07 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc