Getting Started

Welcome to our application! Here's a quick guide to get you started.

Installation

You can install the package using npm:

npm install @reface-ui

Basic Usage

Here are the main components you'll be working with:

Controls

Keyboard Shortcuts

ActionShortcut
SaveCtrl + S
UndoCtrl + Z
Note: Make sure to save your changes regularly.

Examples

Here's a sample configuration:

{
  "theme": "dark",
  "autoSave": true,
  "shortcuts": {
    "save": "ctrl+s",
    "undo": "ctrl+z"
  }
}

For more information, check out our documentation.