Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bachdgvn/sbox-ds

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bachdgvn/sbox-ds

Collection of UI Components based on Sbox Design System and Vue.js 2.0

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
56
increased by5500%
Maintainers
1
Weekly downloads
 
Created
Source

Sbox Design System

Collection of UI Components based on Sbox Design System and Vue.js 2.0.

This project was forked from the original ViewUI v4.2.0.

Docs

The project is updating by the time and we have not developed a docs yet. So if you want to use this project, you can follow viewUI v4.2.0 docs for usage guide. 4.x | 3.x | 2.x | 1.x

Features

  • Dozens of useful and beautiful components.
  • Friendly API. It's made for people with any skill level.
  • Extensive documentation and demos.
  • It is quite beautiful.
  • Supports both Vue.js 2 and Vue.js 1.

Install

Using npm:

npm install @bachdgvn/sbox-ds --save

Quickstart

import Vue from 'vue';
import VueRouter from 'vue-router';
import App from 'components/app.vue';
import Routers from './router.js';
import SboxDS from '@bachdgvn/sbox-ds';
import '@bachdgvn/sbox-ds/dist/styles/sbox-ds.css';

Vue.use(VueRouter);
Vue.use(SboxDS);

// The routing configuration
const RouterConfig = {
    routes: Routers
};
const router = new VueRouter(RouterConfig);

new Vue({
    el: '#app',
    router: router,
    render: h => h(App)
});

Compatibility

  • Supports Vue.js 2.x, 1.x
  • Supports SSR
  • Supports Nuxt.js
  • Supports TypeScript
  • Supports Electron
  • Most components and features support IE9 and above browsers, some components and features do not support IE

License

MIT

Copyright (c) 2020, Sbox UI Team

Keywords

FAQs

Package last updated on 26 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc