Getting Started
Get started with Portábilis UI by including it into your project using Yarn.
Portábilis UI is a library of components built on top of the utility-classes from Tailwind CSS and it also includes a JavaScript file that makes interactive elements works, such as modals, loaders, cards, and more. Learn how to get started by following this quickstart guide.
Require via NPM
Make sure that you have Node.js and Tailwind CSS installed.
Adding Portábilis UI to your Project
With npm
bash
npm install portabilis-uior with yarn
bash
yarn add portabilis-uior with pnpm
bash
pnpm add portabilis-uiTIP
Portábilis UI requires Vue >=v3, Vite >=v2.7.10 and Node >=v16