DEV Community

Cover image for CrossUI โ€” A Reusable UI Component Library for Vue, React, Nuxt, and Next.js
pouria
pouria

Posted on

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:

Using npm

npm i cross-cli-new

Using yarn

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';

Top comments (0)