cyberpunk-vue

cyberpunk-ui base vue.js.

Install

npm install cyberpunk-vue
Shell
yarn add cyberpunk-vue
Shell

Quick Start

import Vue from 'vue';
import cyberpunk from 'cyberpunk-vue';

Vue.use(cyberpunk);

// or
import {
  Select,
  Button
  // ...
} from 'cyberpunk-vue';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);
Js

GitHub

🛠A Dark Style Component Library for Vue.js — Read More

Latest commit to the master branch on 2-3-2023
Download as zip