All Projects → CarvueJS → carbon-components-vue

CarvueJS / carbon-components-vue

Licence: MIT License
⛰️Carvue.js -- Carbon design for VueJS

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to carbon-components-vue

carbon-components-svelte
Svelte implementation of the Carbon Design System
Stars: ✭ 1,615 (+1452.88%)
Mutual labels:  component-library, carbon-design-system
backoffice
React GUI-Framework based on Material UI; provides a couple of components for back-office apps (CRUD-based APIs)
Stars: ✭ 17 (-83.65%)
Mutual labels:  component-library
monorail
🚝 Monorail | Cyber Design System
Stars: ✭ 14 (-86.54%)
Mutual labels:  component-library
polarwind
Envoy's product component library
Stars: ✭ 17 (-83.65%)
Mutual labels:  component-library
wlui
wl-ui 精美易用的前端复杂组件解决方案。Beautiful and easy-to-use front-end complex component solution
Stars: ✭ 32 (-69.23%)
Mutual labels:  component-library
jui-grid
JUI grid can handle millions of data, and can display the data in a hierarchical structure.
Stars: ✭ 12 (-88.46%)
Mutual labels:  component-library
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (+61.54%)
Mutual labels:  component-library
clockface
UI Kit for building Chronograf
Stars: ✭ 33 (-68.27%)
Mutual labels:  component-library
bootstrap-vue-3
Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
Stars: ✭ 314 (+201.92%)
Mutual labels:  component-library
next-gen-ui
www.npmjs.com/package/next-gen-ui
Stars: ✭ 24 (-76.92%)
Mutual labels:  component-library
smores-react
🍭 Marshmallow React components
Stars: ✭ 34 (-67.31%)
Mutual labels:  component-library
maker
Maker Design System by Square
Stars: ✭ 43 (-58.65%)
Mutual labels:  component-library
skawa components example
Examples for skawa_components
Stars: ✭ 16 (-84.62%)
Mutual labels:  component-library
atlantis
🔱 Atlantis
Stars: ✭ 17 (-83.65%)
Mutual labels:  component-library
ungeui
A Vue 3 Component Library
Stars: ✭ 23 (-77.88%)
Mutual labels:  component-library
vf-core
A (primarily CSS) framework that targets needs of life science websites and services
Stars: ✭ 16 (-84.62%)
Mutual labels:  component-library
svelteit
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
Stars: ✭ 64 (-38.46%)
Mutual labels:  component-library
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (-47.12%)
Mutual labels:  component-library
mayflower
Mayflower Mono Repo (react and pattern lab and documentation)
Stars: ✭ 17 (-83.65%)
Mutual labels:  component-library
core
The framework for huge projects, with a focus on maintainability
Stars: ✭ 18 (-82.69%)
Mutual labels:  component-library

NPM Tests Deps Coverage Awesome

Introduction

Carvue is a UI components library which is based on Carbon-Design and VueJS with ❤️ and Proud to be a vue-awesome  🎉

Document

Carvue.JS

Installation

# npm
npm install carvue
# yarn
yarn add carvue

Usage

webpack

import Vue from 'vue'
import Carvue from 'carvue'
import 'carvue/dist/carvue.min.css'

Vue.use(Carvue)

CDN

<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/carvue/dist/build.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/carvue/dist/carvue.min.css"></link>

You could view available Vue Components in this Document

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].