🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@evercam/ui

Package Overview
Dependencies
Maintainers
10
Versions
588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evercam/ui

Evercam UI components library

1.0.0-preview-copilot-ui-ux-improvements-d1e1127b9
latest
Source
npm
Version published
Weekly downloads
471
29.04%
Maintainers
10
Weekly downloads
 
Created
Source

Evercam UI

Description

Components libray for the Evercam frontends.

Installation

1- Install the package

yarn add @evercam/ui

2- Use the components in a Vue app by either:

  • Installing the library globally as a Vue plugin:
import Vue from "vue"
import EvercamUI from "@evercam/ui"

Vue.use(EvercamUI)
  • Or importing components individually:
<template>
  <EBadge text="Hello world" color="success" />
</template>

<script>
import { EBadge } from "@evercam/ui"

export default {
  components: {
    EBadge,
  },
}
</script>

Dev mode

You can preview the components and their stories by running the Histoire sever:

yarn story:dev

FAQs

Package last updated on 29 Apr 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