Giter Site home page Giter Site logo

hello-pixely / hypertheme-editor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyperting/hypertheme-editor

0.0 0.0 0.0 2.52 MB

Most advanced visual theme editor for Chakra-UI

Home Page: https://hyperthe.me

License: MIT License

JavaScript 4.01% TypeScript 95.99%

hypertheme-editor's Introduction

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..

hypertheme-editor's People

Contributors

it-nalon avatar panbenson avatar rvieceli avatar lucaperullo avatar vitosorriso avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.