@opengis/core
v0.0.32
Published
Core UI components
Downloads
258
Readme
Vue3 UI Kit
A flexible and extensible UI components system for Vue 3. Ideal for building customizable filter UIs with checkbox, radio, or custom slot fields.
Features
- Base Components
- Navigation
- Overlays
Documentation
Check out the documentation and live demo here: Live Demo & Docs
Install & Usage
Install
npm i @opengis/coreUsage
<template>
<VsButton>Button</VsButton>
</template>
<script setup lang="ts">
import {ref} from 'vue'
import { VsButton } from "@opengis/core";
</script>Register
// main.ts
import VsCore from '@opengis/core';
app.use(VsCore); // Register: Button, VsFilter, FilterFieldStyle
<script src="https://cdn.tailwindcss.com"></script>Contributions
We welcome contributions! Feel free to open issues, suggest features, or submit pull requests.
