0.1.0 • Published 3 years ago

wirer v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Wirer

a flow/node based UI framework for React and JavaScript

preview_alert

Introduction

Wirer is a generalist approach for building user interfaces around the idea of connectable nodes. Wirer allows you to customize the UI to better fit your needs via React components. You can also create and register your own nodes to achieve the goals of your application and let your users play with it.

Features

Apart from handling all node dragging interactions, Wirer offers the following features:

Examples

Some examples using Wirer to interact with external applications:

Alert

Build the flow to alert() a message

See live

Dumb Box

Build the flow to guide a box to the target in a minigame

See live