You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@evercam/ui

Package Overview
Dependencies
Maintainers
10
Versions
610
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-smart-search-dash-3b6420756
Source
npmnpm
Version published
Weekly downloads
388
-68.43%
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 19 Jun 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