GithubHelp home page GithubHelp logo

wesleyx88 / vue-cirrus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from florianwoelki/vue-cirrus

0.0 0.0 0.0 12.08 MB

Vue components for the Cirrus CSS framework.

Home Page: https://florianwoelki.github.io/vue-cirrus/#/

License: MIT License

Shell 0.67% JavaScript 1.41% TypeScript 19.78% HTML 1.24% Vue 76.91%

vue-cirrus's Introduction

๐Ÿง Introduction

Vue-Cirrus is a component framework for Vue. The goal of Vue-Cirrus is to provide clean readable and reusable components that make building your application easier.

You can build your amazing applications with the Power of Vue, Cirrus and a massive library of beautifully crafted components and features.

This framework uses the Cirrus CSS framework for better styling and it is an adaption of vue components.

The UI library only supports Vue 3. For Vue 2, please use an older version of Vue Cirrus.

๐Ÿ”จ Quick Install

  1. Install with npm/yarn
npm install vue-cirrus@latest
# OR
yarn add vue-cirrus@latest
  1. Include the following in your public.html file
<link href="https://unpkg.com/cirrus-ui" type="text/css" rel="stylesheet" />

3a. Import all Vue-Cirrus components by doing:

import VueCirrus from 'vue-cirrus';
import 'vue-cirrus/dist/vue-cirrus.css';

createApp(App).use(VueCirrus).mount('#app');

3b. Or simply import single components of Vue-Cirrus by doing:

import { VNavbar } from 'vue-cirrus';
import 'vue-cirrus/dist/vue-cirrus.css';

createApp(App).use(VNavbar).mount('#app');
  1. Test, if it works by including the following in a vue file
<v-btn animated animation="loadingLeft">Button Test</v-btn>

๐Ÿ”ฎ Framework Components

  • Avatars
    • Avatars are simple small images for easy displaying pictures of users
  • Badges
    • Badges are there for easily displaying numbers above a text or displaying info cards above some components
  • Buttons
    • Simple buttons, no explanation needed
  • Cards
    • Simply create some good looking cards with some special effects, if needed
  • Code
    • Display your code on your website to demonstrate your framework or library
  • Columns
    • A easy to use and simple 12 grid system
  • Dividers
    • Divide your content for better structure
  • Dropdown
    • Create dropdown menus for structuring your menu points
  • Footer
    • Create an easy footer for displaying your company information or other useful things
  • Forms(SearchBar, DatePicker, Text)
    • Easily create a login form with these components or simply a search bar
  • Frames
    • Simply generate a profile frame for easily displaying information
  • Grid
    • A modern component for using the modern CSS grid system
  • Links
    • Easily create nice animated links
  • Menus
    • Display really beautiful looking menus
  • Modals
    • Simple modals for displaying further information
  • Navbar
    • It is so easy to create a simple navbar with this component
  • NextPrev
    • Create next and previous buttons to navigate through your documentation or articles
  • Pagination
    • Easily paginate your articles, blogs or pages with this component
  • Parallax
    • Create a parallax effect with this component
  • ParallaxElement
    • Create some really cool moving parallax elements
  • Placeholder
    • If you do not know, what to insert, you can take this placeholder
  • Snackbars
    • Create snackbars for displaying information on the top or bottom of the screen
  • Sidebar
    • It has never been easier to create a sidebar
  • Spaces
    • Spaces can be really good to breath
  • Tabs
    • Create tabs for seperating the content of your page
  • Tiles
    • Tiles are useful for creating easy small components, like tweets
  • Toasts
    • Toasts are so easy to create with different colored backgrounds.

๐Ÿ’Ž Be a part of vue-cirrus

If you want to be a part of vue-cirrus, you can make pull requests and add/edit components.

Here is the pull request template.

๐Ÿ“’ Changelog

If you have fun looking at some changelogs then you can go here.

๐Ÿ‘ Acknowledgements

Thank you to the following libraries for making this library possible.

vue-cirrus's People

Contributors

florianwoelki avatar dependabot[bot] 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.