All Projects → FlorianWoelki → vue-cirrus

FlorianWoelki / vue-cirrus

Licence: MIT license
Vue components for the Cirrus CSS framework.

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to vue-cirrus

v-pip
🖼 Tiny vue wrapper for supporting native picture-in-picture mode.
Stars: ✭ 30 (-30.23%)
Mutual labels:  vue-components, vue3
Different-UI
✨ A Vue.js 3 UI Library — a Toy
Stars: ✭ 62 (+44.19%)
Mutual labels:  vue-components, vue3
vitepress-for-component
📖 针对组件开发的VitePress。
Stars: ✭ 142 (+230.23%)
Mutual labels:  vue-components, vue3
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+3390.7%)
Mutual labels:  vue-components, vue3
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (-58.14%)
Mutual labels:  vue-components, vue3
vue2-timeago
🙌 A vue component used to format date with time ago statement. 💬
Stars: ✭ 76 (+76.74%)
Mutual labels:  vue-components, vue3
vui-vc-next
Vue 3 with Vite Playground - Mobile web UI components - (vue3+vite2).
Stars: ✭ 15 (-65.12%)
Mutual labels:  vue-components, vue3
smart-tagz
🏷Smart input tags for Vue
Stars: ✭ 28 (-34.88%)
Mutual labels:  vue-components, vue3
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+5518.6%)
Mutual labels:  vue-components, vue3
Nutui
京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)
Stars: ✭ 3,870 (+8900%)
Mutual labels:  vue-components, vue3
v-intl
Add i18n to your awesome Vue 3 app 🔉
Stars: ✭ 13 (-69.77%)
Mutual labels:  vue-components, vue3
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (+9.3%)
Mutual labels:  vue-components, vue3
fect
Minimalist UI components built on Vue-next
Stars: ✭ 352 (+718.6%)
Mutual labels:  vue-components, vue3
hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (-39.53%)
Mutual labels:  vue-components, vue3
vue3-docs
vue中文社区,vue3 中文文档
Stars: ✭ 180 (+318.6%)
Mutual labels:  vue-components, vue3
codemirror-editor-vue3
CodeMirror component for Vue3
Stars: ✭ 22 (-48.84%)
Mutual labels:  vue-components, vue3
vue-load-image
A Vue component for showing loader during image loading https://john015.github.io/vue-load-image/
Stars: ✭ 60 (+39.53%)
Mutual labels:  vue-components, vue3
vue-word-highlighter
The word highlighter library for Vue 2 and Vue 3.
Stars: ✭ 112 (+160.47%)
Mutual labels:  vue-components, vue3
vue-data-loading
Another component for infinite scroll and pull down/up to load data.
Stars: ✭ 63 (+46.51%)
Mutual labels:  vue-components
tdesign-vue-next
A Vue3.x UI components lib for TDesign.
Stars: ✭ 799 (+1758.14%)
Mutual labels:  vue3

🧐 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.

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