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

veucss

v1.8.0

Published

Veu.css is a library that helps users build websites in a short amount of time. Easily.

Downloads

11

Readme

Veu.css is an MIT licensed open source project that contributes greatly to code development. A project in which we took a very long time to build the components precisely.

Introduction

Veu is a progressive framework for creating user interfaces. veu is not heavy, the frame is simple compared to others. Veu can perfectly cater to any size website. The framework is newly created and is constantly updated. Which makes learning interesting. Try here. Work Only HTML: When you realize how productive you can be in HTML only, you will be happy with predefined utility classes 🚀. Working differently will result in torture (while writing CSS) 🔥. You do not waste energy on inventing class names: No more adding stupid class names, a sidebar-inner-wrapper just to be able to style something, and no more fussing for a perfect abstract name, which is actually just a clever container. You feel safer when you make changes: CSS is global and you never know what you will break when making changes. Your HTML classes have local styles, so you can modify them, don't worry about breaking them. You will no longer need to create CSS: The traditional way that means using css. This is fine but when you add any functionality CSS gets loaded which further affects the speed of the website or other components. Veucss has a good way to do this you do not need to create CSS files. Because almost all the components are already with you in case of downloading.

Installation

Veu can use many methods. To install

Documentation

You can find the Veu documentation on the website. Check out the Getting Started page for a quick overview. The documentation is divided into several sections:

  • Utility First
  • Hover, Focus, & Other states

Examples

We have several examples on the website. Here is the first one to get you started:

 <div class="w-full">
  <p class="text-center font-bold">Hello Veu!</p>
 </div>

This example will render "Hello Veu!" into a container on the page.

You will notice that we used HTML tags. And CSS classes. We can create very beautiful websites.

Contributing

The purpose of this repository is to develop Veu. To use quickly and easily. Veu is being developed in the open space on Github We are grateful for the community bug fixes and improvements. Read on to find out how you can get involved in improving Veu.