Welcome to our application! Here's a quick guide to get you started.
You can install the package using npm:
npm install @reface-uiHere are the main components you'll be working with:
NumberInput for numeric valuesColorPicker for color selectionVector3Input for 3D coordinates| Action | Shortcut |
|---|---|
| Save | Ctrl + S |
| Undo | Ctrl + Z |
Note: Make sure to save your changes regularly.
Here's a sample configuration:
{
"theme": "dark",
"autoSave": true,
"shortcuts": {
"save": "ctrl+s",
"undo": "ctrl+z"
}
}For more information, check out our documentation.