@galacean/editor-ui
This library contains all components that Galacean editor uses.
Install
npm install @galacean/editor-ui --save
or
yarn add @galacean/editor-ui
Usage
import { Button } from "@galacean/editor-ui";
export default () => <Button variant="primary">Galacean Engine</Button>