Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Latest commit

 

History

History
88 lines (48 loc) · 3.09 KB

guide.md

File metadata and controls

88 lines (48 loc) · 3.09 KB

Welcome to Kaiju

Kaiju is a drag and drop editor for designing quick UI prototypes.

Why use Kaiju?

Kaiju helps bridge the gap between designers and developers by providing a standard UI toolkit. In other words, what you see is what you get. The designs made in Kaiju will be visually identical to the designs produced by developers by providing both the UI view and code necessary to generate it.

Kaiju also provides a sandbox for testing and experimenting with components.

demo

Getting Started

sections

1. Components

Components are the UI building blocks available to drag and drop into the workspace.

2. Workspace

The workspace is the canvas for assembling components into a design. Components can be dragged into the workspace and dropped into position.

3. Editor

When a component is selected within the workspace the editor provides an interactable UI for customizing the selected components values.

4. Action bar

The action bar provides a set of common actions for each workspace.

5. Layers

Layers provide a tree view representation of the workspace. Items within layers can be duplicated, deleted, and rearranged.

layers

Features

Sharing and Collaborating

By default a workspace can only be edited by the original author. An author can add users as collaborators with edit privileges by sending an invitation. An invitation link can be generated by clicking share within the action bar under each workspace. Any user who navigates to the invitation link will be granted edit privileges to that workspace.

Invitation links expire after 24 hours.

To send a read-only view of a workspace share the url from the browser.

Keyboard shortcuts

Action Windows Mac
Undo ctrl-z ⌘-z
Redo ctrl-shift-z ⌘-shift-z
Copy ctrl-c ⌘-c
Paste ctrl-v ⌘-v
Duplicate ctrl-d ⌘-d
Select parent ctrl-click ⌘-click
Deselect esc esc

Tips and tricks

What's new

Keep up to date by following the what's new announcements. What's new can be viewed by clicking the gift icon in the upper-right corner of Kaiju.

Renaming

Double clicking a workspace tab or project name will launch a dialog to rename it.

Duplicate

Workspaces can be duplicated for making quick workflow designs. The duplicate action can be found in the action bar under each workspace.

Drag and drop

Components can be dragged and dropped interchangeably between the workspace and layers.

dragging

Controlled selections

Pressing control or command while clicking a selected component will select the parent of the selected component. This makes selecting container components easier.

(Pressing ctrl/cmd and clicking)

controlled