Installation
Vroxal Design ships as an npm package for Angular, a pub.dev package for Flutter, and a Swift package via GitHub. Install the package for your platform, then wire up styles and start using components.
Installing
Install the package for your platform.
bash
Copy code
Setup
Wire up styles, fonts, and theming so tokens, icons, and components are available app-wide.
angular.json
Copy code
Import components
Import the components you need from the package.
example.component.ts
Copy code
Use components
Use the imported components directly in your UI.
example.component.html
Copy code