Skip to content
On this page

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-ui

or with yarn

bash
yarn add portabilis-ui

or with pnpm

bash
pnpm add portabilis-ui

TIP

Portábilis UI requires Vue >=v3, Vite >=v2.7.10 and Node >=v16

Portábilis UI - Released under the MIT License.