1.0.30 • Published 2 years ago

@virtoshell/ui v1.0.30

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

1.0.29

2 years ago

1.0.18

2 years ago

1.0.28

2 years ago

1.0.17

2 years ago

1.0.27

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.30

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.12

2 years ago