## Setup 1. Install rayine-ui via npm or other package manager. ```bash npm install rayine-ui ``` or... ```bash npx nuxi@latest module add rayine-ui ``` 2. Add to the modules in your project. ```ts export default defineNuxtConfig({ modules: ['rayine-ui'] }) ``` Now you can use the components in your project. ## TypeScript *TBD* ## Options *TBD*