Skip to content

xeroui/xui-vue

Repository files navigation

XUI - TailwindCSS UI Components for Vue

XUI is a collection of UI components for Vue.js built with TailwindCSS. It is designed to be a lightweight and customizable component library that can be easily integrated into your Vue.js project.

Precautions

This project is still in development and is not yet ready for production use. Please use with caution.

Installation

To install XUI, you can use npm or yarn:

npm install @xeroui/vue

or

yarn add @xeroui/vue

or

pnpm add @xeroui/vue

Usage

To use XUI components in your Vue.js project, you need to import the components you want to use and register them as global components in your main Vue instance.

import { XButton } from '@xeroui/vue';

<x-button>Click me</x-button>

Documentation is ongoing and will be available soon.