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 🙏

© 2024 – Pkg Stats / Ryan Hefner

chro_ui

v2.0.0

Published

A SCSS - Vue Component Library

Downloads

3

Readme

CHRO_UI SCSS Component Library (Version 2.0.0)

🎉Information

This Package is a SCSS UI-Designlibrary. It is meant to be used in a VueJs Application. We've created a simple and minified Component Library for VueJs 2. Fill free to customize and test it. Now, enjoy :D

RELEASE OF VERSION 2.0.0

🎨Installation

We strongly recommend NodeJs Version 14.17.5 LTS. Make sure that your Project is SCSS/SASS compatible and also contains TypeScript included. We use Bootstrap Icons as Icon Library

npm install chro_ui

In main.ts File, add:

import {TestComponent} from 'chro_ui'
import './assets/index.scss'

In assets Folder, create the SCSS File and add:

@import '~@chro_ui/dist/plugin.css';

Examples (VueJs)

<template>
<div>
    #Default Primary Button
    <chro-button title="Save data"/>

    #Secondary Button
    <chro-button type="secondary" title="Chancel Action"/>

    #Icon Button
    <chro-iButton type="secondary" title="Icon Button" iconClass="bi bi-app-indicator" />

    #Icon Button with Text
    <chro-button type="primary" title="Icon Button with Text" iconClass="bi bi-app-indicator">
        <template #iconBefore><i class="bi bi-app-indicator"></i></template>
    </chro-button>

    #Style a warning Alert
    <chro-alert type="warning" title="Please make sure that all fields are correct"/>
</div>    
</template>

📖Preview

Some Preview Images (there may be deviations) Buttons Alerts NotificationCard Table

📢Releasenotes

| Version | Notes | | ----------- |:-------------------------------------:| | 2.0.0 | 📢Fundamental change of the library 🔥🎉 | | 1.0.4 | Added GitHub Repository Link | | 1.0.3 | Changed Readme File | | 1.0.2 | Add Preview Image | | 1.0.1 | Add Preview Image | | 1.0.0 | Released stable Version | | 0.1.0 | SCSS Files combined into one file | | 0.0.9 | Added more colors to the color palette| | 0.0.5 | First full release of UI-Kit |

Contributing

If you have any suggestions for improvement or something with the project isn't working, don't hesitate to write to us by E-mail.

License

MIT