npm.io
0.0.35 • Published 6d ago

@opengis/core

Licence
MIT
Version
0.0.35
Deps
0
Size
189 kB
Vulns
0
Weekly
338

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/core
Usage
<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, FilterField
Style
<script src="https://cdn.tailwindcss.com"></script>

Contributions

We welcome contributions! Feel free to open issues, suggest features, or submit pull requests.

Keywords