Introduction

Welcome to the VUER UI Kit documentation. This comprehensive guide will help you understand how to use our component library effectively in your React applications.

The VUER UI Kit is designed to work together with VUER, to give you the ability to control the 3D scene.

Quick Start

Get started with VUER UI Kit in just a few steps:

  1. Install the package
yarn add @vuer-ai/vuer-uikit
  1. Start building!
import { Button } from '@vuer-ai/vuer-uikit';

function App() {
  return <Button>Hello VUER!</Button>;
}

Next Steps

Ready to dive deeper? Check out the Getting Started guide to learn how to set up your project and start using components.