CrossUI — A Reusable UI Component Library for Vue, React, Nuxt, and Next.js


Hey developers! 👋

I’m excited to share CrossUI, a UI component library I built to help front-end developers save time and avoid repetitive work.

CrossUI supports:

Vue & React (full compatibility)

Nuxt & Next.js for SSR/SSG projects

Multiple CSS frameworks: Bootstrap-vue-next, Material ui, Element Plus,react-bootstrap

Why CrossUI?

Reusable components out-of-the-box

Easy to integrate with any project

Fully customizable via props and slots

Flexible design for any CSS framework

Installation:

npm i cross-cli-new

yarn add cross-cli-new

Usage example:
// React
import { CustomAccordion } from ‘cross-ui’;

title=”Hello World”
description=”This is a demo component”
/>

// Vue

import { CustomAccordion } from ‘cross-ui’;



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *