@trimble-oss/moduswebcomponents-vue
v1.0.6-vue
Published
Trimble Modus Vue Component Library
Maintainers
Keywords
Readme
Modus Vue Components
Vue-specific wrapper components for @trimble-oss/moduswebcomponents.
These components are automatically generated using the Stencil Vue Framework Integration.
Installation
npm install @trimble-oss/moduswebcomponents-vueUsage
<template>
<ModusWcButton label="Click Me" />
<ModusWcBadge aria-label="Badge" content="Words" />
</template>
<script setup lang="ts">
import { ModusWcButton, ModusWcBadge } from '@trimble-oss/moduswebcomponents-vue';
</script>Styling
Make sure to import the Modus styles in your main application:
import '@trimble-oss/moduswebcomponents/modus-wc-styles.css';