Getting start

Install with NPM or Yarn

# NPM
npm install xross-vue

# Yarn
yarn add xross-vue

Use all components

import { createApp } from 'vue'
import Xross from 'xross-vue'

createApp.use(Xross)

Xross

GitHub