Files
2025-11-30 09:05:04 +08:00

1.1 KiB

Vuer UIKit Introduction

Overview

The Vuer UI Kit represents a comprehensive component library designed specifically for React applications. It integrates seamlessly with VUER to provide developers with the capability to manage 3D scene interactions.

Quick Start Guide

Getting up and running with Vuer UI Kit requires just a few straightforward steps:

Installation

Begin by installing the package using your preferred package manager:

yarn add @vuer-ai/vuer-uikit

Basic Usage

Once installed, you can immediately start building components:

import { Button } from '@vuer-ai/vuer-uikit';

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

Next Steps

The documentation provides a "Getting Started" guide for developers seeking deeper knowledge about project setup and component implementation. This foundational resource helps developers understand how to leverage the full capabilities of the library in their applications.

Package Information

  • Version: v0.0.117
  • Related CLI Tool: dial-cli v0.0.22
  • Repository: Available on GitHub for community contributions and issue tracking