Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hypertheme-editor/chakra-ui

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypertheme-editor/chakra-ui

![HyperTheme Editor screen shot](https://www.hyperthe.me/images/social-banner.jpg)

  • 0.2.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
121
decreased by-70.98%
Maintainers
0
Weekly downloads
 
Created
Source

HyperTheme Editor

HyperTheme Editor screen shot

Powerful visual theme editor for your next Chakra UI project.

Features

  • Chakra-UI Theme Foundation Color Editor
  • Chakra-UI Theme Foundation Font Sizes Editor
  • Undo/Redo
  • Customizable Editor Drawer
  • Custom Panel Editors
  • Unlimited exports

PRO Version

HyperTheme Editor has also a PRO version with more features:

  • Font Family Editor from Google Fonts
  • Line Heights Editor
  • Letter Spacing Editor
  • Shadows Editor
  • Radii Editor
  • Spacing Editor

Visit hyperthe.me for more info.

Documentation

Documentation and guides can be found here.

Getting Started

1. Installation

Install with NPM:

npm i @hypertheme-editor/chakra-ui

or with Yarn:

yarn add @hypertheme-editor/chakra-ui

2. Setup

Installation is super easy and fast:

  • Add the component <ThemeEditorProvider /> just below the <ChakraProvider /> component.
  • Add the component <HyperThemeEditor />.

Here's an example:

import * as React from 'react'
import { ChakraProvider } from '@chakra-ui/react'
import { ThemeEditorProvider, HyperThemeEditor } from '@hypertheme-editor/chakra-ui'
import theme from './my-theme'

function App() {
  return (
    <ChakraProvider theme={theme}>
      <ThemeEditorProvider>
        <HyperThemeEditor pos="fixed" bottom={4} right={2} />
      </ThemeEditorProvider>
    </ChakraProvider>
  )
}

3. Next Steps

Congratulations! You have a working theme editor on your application.

HyperTheme Editor comes also with all the building blocks necessary to create custom theme editor that works with Chakra UI.

To learn more read the documentation.

Contributing

If you want to contribute to HyperTheme Editor, make sure to read the contribution guide first.

License

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

FAQs

Package last updated on 27 Jun 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc