Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.46 KB

README.md

File metadata and controls

60 lines (33 loc) · 1.46 KB

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