mary-test-ui
v1.0.6
Published
A Vue 3 UI component library
Maintainers
Readme
mary-test-ui
A Vue 3 UI component library built with TypeScript and Vite.
Installation
npm install mary-test-ui
# or
pnpm add mary-test-ui
# or
yarn add mary-test-uiUsage
Full Import
import { createApp } from "vue";
import TestUI from "mary-test-ui";
const app = createApp(App);
app.use(TestUI);On-Demand Import
import { Button } from "mary-test-ui";Components
- Button
License
MIT
