React UI Framework for creating productivity applications. - officially supported by reflect-ui
yarn add @reflect-ui/editor-ui
import { PropertyCell, PropertyItem, PropertyLabel } from "@reflect-ui/editor-ui"
function PropertyList(){
return (
<PropertyItem>
<PropertyLabel>Rotation</PropertyLabel>
<PropertyCell>
<PropertyInput type="rotation"/>
</PropertyCell>
</PropertyItem>
);
}
Reflect Editor UI's Original design file is opened and available here