1.0.37 • Published 1 year ago

@vc-shell/ui v1.0.37

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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 "@vc-shell/ui";

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

or use components individually:

import { defineComponent } from "vue";
import { VcButton } from "@vc-shell/ui";

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

1 year ago

1.0.36

1 year ago

1.0.35

1 year ago

1.0.34

1 year ago

1.0.33

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago