Socket
Book a DemoInstallSign in
Socket

@virtoshell/ui

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@virtoshell/ui

Vue3 components library also shipped as Vue plugin.

unpublished
latest
npmnpm
Version
1.0.30
Version published
Maintainers
2
Created
Source

Platform Manager UI

Vue3 components library also shipped as Vue plugin.

Here you can get anything you need to blazingly fast build specialized VirtoCommerce back-office applications.

Design System

Core Concepts

ToDo

Atoms

ToDo

Molecules

ToDo

Organisms

ToDo

Code Usage

Connect as Vue plugin to whole App to auto register all UI components:

import { createApp } from "vue";
import App from "./App.vue";
import UI from "@virtoshell/ui";

createApp(App)
  .use(UI)
  .mount("#app");

or use components individually:

import { defineComponent } from "vue";
import { VcButton } from "@virtoshell/ui";

export default defineComponent({
  name: "MyAwesomeComponent",
  components: { VcButton },
});

FAQs

Package last updated on 29 Sep 2022

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