@oasis-engine/editor-components
v0.0.4
Published
This library contains all components you need for creating complex graphical user interface on the web.
Downloads
8
Keywords
Readme
@oasis-engine/editor-components
This library contains all components you need for creating complex graphical user interface on the web.
Install
npm install @oasis-engine/editor-components --save
or
yarn add @oasis-engine/editor-components
Usage
import { Button } from "@oasis-engine/editor-components";
export default () => <Button variant="primary">Oasis Engine</Button>