1.0.30 • Published 3 years ago

@virtoshell/ui v1.0.30

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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 },
});
1.0.19

3 years ago

1.0.29

3 years ago

1.0.18

3 years ago

1.0.28

3 years ago

1.0.17

3 years ago

1.0.27

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.30

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.12

3 years ago