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

unitscss

v0.1.20

Published

UNITS is a simple and beautiful CSS component set.

Downloads

288

Readme

UNITS

Simple and beautiful component set.

https://unitscss.com/

sample

npm version npm download GitHub license

Document

English / 日本語

Feature

UNITS is a simple and beautiful component set. All you have to do is just load css files, copy and paste snippets, so easy that anyone can use.

  • Use Quickly
    All you have to do is just put units.css. Several components have been prepared already and you can choose components you want to use and apply it on your website.

  • Simple and Beautiful
    Each components are beautifully designed. The design will be updated periodically, We wont't apply big changes, but apply only a small changes such as adjusting margins.

  • Support Modern Browser
    UNITS is optimized to be used on th modern browser such as Microsoft Edge, Google Chrome, Firefox, Safari, How about old browsers? ... I'm sorry.

  • Responsive Web design
    We uses responsive web design approches to display optimized design on all devices.

  • Periodical Update
    UNITS is still a beta version, it will be updated periodically to a major version. Unitil the major version, We will add new components, optimize the source codes, adjusting its design.

  • Support Japanese
    Because the developers are Japanese that we can support in Japanese. We have been optimizing web pages and updating documents written in japanese.

Installation

UNITS itself can be downloaded from GitHub by cloning it or as a ZIP format, or you can download it via npm.

$ git clone https://github.com/kokushin/unitscss.git
$ npm install unitscss --save

Let's load the necessary files.

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700">
<link rel="stylesheet" href="path/to/units.min.css">

<script src="path/to/units.min.js"></script>

Usage

Write exact html snippets and give it the right classes starting with uc-. For example in the sample below you can make a card component attached with covered image.

<div class="uc-card _float">
  <div class="uc-card-image" style="background-image:url(https://source.unsplash.com/random)"></div>
  <h3 class="uc-card-title">Sample card</h3>
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur, et.</p>
  <div class="uc-btn _primary"><a href="#">Button</a></div>
</div>

It will be displayed on the browser like this:

Demo

https://unitscss.com/themes/

Snippets

Please check codepen.

Download

Download ZIP

Github

https://github.com/kokushin/units

Contributor

@kokushin

License

Code and documentation copyright 2017 by kokushin. Code released under the MIT License.