hero

Cyberpunk Vue

A dark mode first UI library

Get Started →

Dark style UI library

Complete dark style UI control color matching to help you quickly build.

Support Mobile & PC

Enjoy the dev experience of Vue + webpack, And use it on mobile and PC.

Full test coverage

Use Chai + mocha as a unit test tool with 90% + test coverage.

# Install

npm install cyberpunk-vue 
yarn add cyberpunk-vue

# 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);