๐Ÿš€ Socket Launch Week ๐Ÿš€ Day 5: Introducing Socket Fix.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@evercam/ui

Package Overview
Dependencies
Maintainers
10
Versions
586
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-06a95ebd9
latest
Source
npm
Version published
Weekly downloads
904
31.2%
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 24 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