@sporteve/ui
v1.0.0
Published
Sporteve UI lib for Vue 3
Downloads
1
Readme
@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";