GithubHelp home page GithubHelp logo

devmnj / reusable-vue-components Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 928 KB

A set of reusable Vuejs components that could be work with Bulma and Buefy. These are independent components which require bulma css library

Home Page: oh-vue-components.vercel.app

JavaScript 5.92% HTML 0.30% Vue 88.96% CSS 4.83%
vuejs vue-component-library bootstrap-components javascript bulma buefy animation css

reusable-vue-components's Introduction

About

This project contain a set of reusable vuejs components for web development using Bulma CSS.

Demo

A demo of these components is the best way to explore..

Animation and CSS

Some of the CSS animation and other class is adapted from codepen authors and from other resources. All I do is the Vue part and Bulma. Thanks for the awesome animation and design

Components

  1. FlipCard
  2. FImgCard - Animated Featured Image Card
  3. PCard - Colorfull Profile Card
  4. HSVGCard - Hover SVG Card
  5. ImgCards - Picture Stack Card
  6. PostCard - Blog post Card
  7. HBox - Boxed Animation
  8. LBox - Line Animation
  9. FBox - Fading Animation
  10. Clash Card - Clash of the Clan style
  11. Profiler - Tween Profile picture
  12. SCard - Reusable Product Card with Picture on Top
  13. OCard - Picture with more info
  14. Sidebar - A sidebar with opening pane
  15. TextBoxes - FBox,HBox,LBox
  16. CMenu - Circular Menu component
  17. LWave - A wave loader for Vue
  18. ColorPicker- A simple Color Pallet
  19. CheckGroup - CheckGroup
  20. 404
  21. CCounter - Item counter

How to use

How to use the component in your projects ? Donwload or clone the project and drag and drop components to your project.

Install Bulma

npm i -s bulma
or
yarn add bulma

And enable bulma support by importing the css module in main.js

import Vue from "vue";
import App from "./App.vue";
import "bulma/css/bulma.css";

then you can use the components as follows

<template>
<div>
 <b-img  class="pt-5">
                <template slot="details">
                  <h1 class="is-size-5">Web Developer</h1>
                  <span class="icon  ">
                <i>
                 <a  href="#"> <v-icon name="md-facebook" scale="1.5" /></a>
                </i>
                <i>
                  <a  href="#"> <v-icon name="oi-octoface" scale="1.5" /></a>
                </i>
                 </span>
                </template>
  </b-img>
  </div>
</template>
  <script>
import ImgCards from '@/components/ImgCards'
 
export default {
  name: "ACards",
  ... 
  components: {
    'b-img':ImgCards,
  },
};
</script>

More giudes and docs avaibale @ developer site

See JavaScript Superuser.

reusable-vue-components's People

Contributors

devmnj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.