1.0.0 • Published 12 months ago

@sporteve/ui v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

@sporteve/ui for Vue 3

Sporteve UI for Vue3

Setup

# install dependencies
npm install @sporteve/ui

How it works

Components

import { Text } from "@sporteve/ui"

export default defineComponent({
    name: "MyComponent",
    components: {
        Text
    },
});

Styling

import "@sporteve/ui/dist/style.css";
1.0.0

12 months ago