reflect-ui / editor-ui

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

Home Page:https://reflect-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://reflect-ui.com

License:MIT License


Languages

Language:TypeScript 93.0%Language:MDX 5.8%Language:JavaScript 1.3%