Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@evance/evance-ui

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evance/evance-ui

Evance UI Component Library based on Vuetify

Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Evance UI

Evance UI is a Vue Component and Icon library, which is a MIT licensed project developed and maintained by Evance for Evance's core UI and Apps.

We could not have done this project without Vuetify, which influences this codebase and has been adapted to suit Evance.

Installation

Evance UI is available as a npm package.

npm i @evance/evance-ui

In the file where you create the Vue application, add the following code:

import {createApp} from "vue";

import "@evance/evance-ui/styles";
import { createEvanceUi, components, directives, services } from "@evance/evance-ui";

const evanceUi = createEvanceUi({
    components,
    directives,
    services
});
app.use(evanceUi);

app.mount('#app');

Documentation

TODO

License

Evance UI is available under the MIT software license.

Keywords

evance

FAQs

Package last updated on 22 Dec 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