npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

vue-cirrus

v0.7.3

Published

A Vue components library for the Cirrus CSS framework.

Readme

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