Skip to content

gridaco/editor-ui

Repository files navigation

Reflect Editor UI For React - Build Productivity Apps with Reflect

Reflect Editor UI

React UI Framework for creating productivity applications. - officially supported by reflect-ui

Installation

yarn add @reflect-ui/editor-ui

Usage

import { PropertyCell, PropertyItem, PropertyLabel } from "@reflect-ui/editor-ui"


function PropertyList(){
  return (
  	<PropertyItem>
      <PropertyLabel>Rotation</PropertyLabel>
      <PropertyCell>
        <PropertyInput type="rotation"/>
      </PropertyCell>
    </PropertyItem>
  );
}

Design

Reflect Editor UI's Original design file is opened and available here

Contributing

  • join chromatic with this link you'll get instant access to reflect-editor-ui chromatic
  • read contributing.md here
  • check out the design file here

Used by

About

Editor UI Framework for React - used by enterprise level applications - such as Grida, nothing.app, designto.codes, surf.codes and boring.so

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published