@zeainc/zea-ux
TypeScript icon, indicating that this package has built-in type declarations

4.6.0 • Public • Published

Zea UX

NPM Package Build Size NPM Downloads

Introduction

There are a features that are user specific, not something everyone needs; therefore we created the Zea Ux plug-in. It adds powerful features to the engine, that enrich the user experience like creation tools, UndoRedo System, etc.

Documentation

Full documentation with concepts, tutorials, live examples, API documentation and more; can be found at the zea ux docs site: https://docs.zea.live/zea-ux

These docs allow developers to get started with the Zea UX by downloading free and open-source demo content and using Zea's publicly distributed client-side libraries.

Licensing

The Zea UX plug-in is under a MIT license.

Add it to your project

The process to add Zea UX to your projects is easy.

Using CDNs

For static websites or quick implementation you can always use CDNs like JsDelivr or Unpkg:

JsDelivr

<script crossorigin src="https://cdn.jsdelivr.net/npm/@zeainc/zea-ux/dist/index.umd.min.js"></script>

Unpkg

<script crossorigin src="https://unpkg.com/@zeainc/zea-ux/dist/index.umd.js"></script>

Use it

<script>
  const { UndoRedoManager } = globalThis.zeaUx
</script>

As a Module

But if you want to use it like a module, then install the package in your project using npm or yarn:

npm i @zeainc/zea-ux
## Or
yarn add @zeainc/zea-ux

Use it

import { UndoRedoManager } from '@zeainc/zea-ux'
// ...

Dependencies

This plug-in depends on ZeaEngine. So, if you're using CDNs, make sure to import it before UX.

For questions on licensing, please fill out the contact form on our website: zea.live

Readme

Keywords

Package Sidebar

Install

npm i @zeainc/zea-ux

Weekly Downloads

353

Version

4.6.0

License

MIT

Unpacked Size

2.72 MB

Total Files

13

Last publish

Collaborators

  • mauro_visualive
  • phrtaylor