0.0.4 • Published 1 year ago

@oasis-engine/editor-components v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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>