Installation

Install Plus UI, the world's most inclusive Multi-Framework UI Library

Plus UI is an open-source multiframework component library built on top of the utility-classes from Tailwind CSS and it also includes a JavaScript file that makes interactive elements works.

Getting started

Plus UI can be easily integrated into your project through NPM. It functions as a plugin for Tailwind CSS and offers both a data attributes interface and a JavaScript API for powering interactive UI components.

CDN

<script type="module" src="https://cdn.jsdelivr.net/npm/@plusui/core/+esm"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@plusui/core/dist/style.css"/>
<body>
    <plus-button status="primary">Primary Button</plus-button>
</body>

Framework-Based Installation

Please check below links for framework specific installation.

Engage with the Community

Plus UI is more than a library; it’s a community. Engage with fellow developers, share your Plus UI projects, and contribute to the library’s growth. Your insights, feedback, and contributions drive the evolution of Plus UI:

Last updated