Skip to content

SujithJr/exstasy-components

Repository files navigation

Exstasy Components (ex-components)

Set of headless UI components using Vue 3 and Typescript.

For full documentation, visit xui.iamsujith.in

Note

I developed this for my own learning and usage inspired by Tailwind team's Headless UI. PR's and new feature suggestions are always welcome.

Install the package using npm,

npm install @sujithjr/exstasy-components

Or install using Bun.js,

bun add @sujithjr/exstasy-components

You can either import the components individually (tree shakable) or register it globally in main.ts or main.js,

import ExstasyComponents from '@sujithjr/exstasy-components'

const app = createApp(App)

app.use(ExstasyComponents)

For contribution, clone the repo and install dependencies using,

bun install

Start the development server, and visit http://localhost:5173/ in the browser

bun dev

Build for production,

bun run build

About

Unstyled components with vue 3 and typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published