All Projects β†’ LeCoupa β†’ Vuedarkmode

LeCoupa / Vuedarkmode

Licence: mit
πŸ‘©β€πŸŽ¨πŸ‘¨β€πŸŽ¨ A minimalist dark design system for Vue.js. Based components designed for the insomniacs who enjoy dark interfaces as much as we do.

Projects that are alternatives of or similar to Vuedarkmode

Shards React
βš›οΈA beautiful and modern React design system.
Stars: ✭ 639 (-38.2%)
Mutual labels:  design-system, components, bootstrap
Bootstrap Vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Stars: ✭ 13,603 (+1215.57%)
Mutual labels:  nuxtjs, components, bootstrap
elements
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
Stars: ✭ 42 (-95.94%)
Mutual labels:  components, design-system
Coreui Vue
Over 90 Bootstrap based Vue.js components and directives. CoreUI React.js UI Components. CoreUI for Vue.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true Vue components, without jQuery and unneeded dependencies.
Stars: ✭ 318 (-69.25%)
Mutual labels:  components, bootstrap
Alva
Create living prototypes with code components.
Stars: ✭ 3,734 (+261.12%)
Mutual labels:  design-system, components
vitamin-android
Decathlon Design System UI components for Android applications
Stars: ✭ 34 (-96.71%)
Mutual labels:  components, design-system
design-system
πŸ‘Ύ A Design System for the French Health Insurance
Stars: ✭ 28 (-97.29%)
Mutual labels:  components, design-system
Uiengine
Workbench for UI-driven development
Stars: ✭ 349 (-66.25%)
Mutual labels:  design-system, components
design-system
The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.
Stars: ✭ 40 (-96.13%)
Mutual labels:  components, design-system
Design System
Priceline.com Design System
Stars: ✭ 604 (-41.59%)
Mutual labels:  design-system, components
React95
πŸŒˆπŸ•Ή Refreshed Windows 95 style UI components for your React app
Stars: ✭ 4,877 (+371.66%)
Mutual labels:  design-system, components
Ngx Bootstrap
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
Stars: ✭ 5,343 (+416.73%)
Mutual labels:  components, bootstrap
components
A Web component library that brings the power of TwicPics to your favorite web framework.
Stars: ✭ 21 (-97.97%)
Mutual labels:  components, nuxtjs
amplify-ui
A multi-framework Design System to provide a solid foundation for building UI!
Stars: ✭ 487 (-52.9%)
Mutual labels:  components, design-system
ocean-web
Blu's Design System
Stars: ✭ 25 (-97.58%)
Mutual labels:  components, design-system
lab-cli
Command line utilities and exporting module for Compositor Lab
Stars: ✭ 52 (-94.97%)
Mutual labels:  components, design-system
Lab
React UI component design tool
Stars: ✭ 349 (-66.25%)
Mutual labels:  design-system, components
Componentdriven.org
Static site and content for Component Driven
Stars: ✭ 237 (-77.08%)
Mutual labels:  design-system, components
Shards Vue
🌟Shards Vue is a free, beautiful and modern Vue.js UI kit based on Shards.
Stars: ✭ 390 (-62.28%)
Mutual labels:  components, bootstrap
Clarity
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
Stars: ✭ 6,398 (+518.76%)
Mutual labels:  design-system, components

npm npm Average time to resolve an issue Percentage of issues still open GitHub license Netlify Status

Documentation

You can browse the documentation for Vue Dark Mode on the website.

Installation

npm install @growthbunker/vuedarkmode

# Or if you prefer using yarn
yarn add @growthbunker/vuedarkmode

Vue.js

In your main.js file:

import Vue from "vue"
import VueDarkMode from "@growthbunker/vuedarkmode"

Vue.use(VueDarkMode)

Nuxt.js

Create a new plugin in plugins/vuedarkmode.js:

import Vue from "vue"
import VueDarkMode from "@growthbunker/vuedarkmode"

Vue.use(VueDarkMode)

Add this new plugin to nuxt.config.js.

module.exports = {
  // ...
  plugins: [{ src: "@/plugins/vuedarkmode.js" }];
}

CDN

Get the latest version from jsdelivr, and import the JavaScript file in your page.

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@growthbunker/[email protected]/dist/vuedarkmode.min.js"></script>

We recommend our users to lock Vue Dark Mode's version when using CDN. Requesting the latest version (as opposed to "latest major" or "latest minor") is dangerous because major versions usually come with breaking changes. Only do this if you really know what you are doing. Please refer to jsdelivr.com for more information.

Available Components

We are releasing new components on a monthly basis. Subscribe to our newsletter to stay in touch with coming releases.

Base Components

Field Components

Contributing

You are more than welcome to contribute to Vue Dark Mode. Just submit changes via pull request and I will review them before merging.

  1. Fork it! πŸ€™

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -am "Add some feature"

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request πŸ‘

The documentation is available in the docs folder. The Vue Dark Mode components are available in the lib folder.

License

Vue Dark Mode is MIT licensed.

Cross-Browsing

Vue Dark Mode is using BrowserStack to make sure our components render properly on modern browsers.

BrowserStack Logo
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].