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