Socket
Book a DemoInstallSign in
Socket

@trimble-oss/moduswebcomponents-vue

Package Overview
Dependencies
Maintainers
7
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trimble-oss/moduswebcomponents-vue

Trimble Modus Vue Component Library

latest
npmnpm
Version
1.0.2-vue
Version published
Maintainers
7
Created
Source

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-vue

Usage

<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';

FAQs

Package last updated on 06 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts