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

eisen-react

v0.1.14

Published

Simple CSS framework for React and plain html+css projects

Readme

GitHub GitHub issues GitHub contributors GitHub commit activity GitHub last commit

Why does this exist?

React.js is a super cool framework, it provides a great way to break up your html however using CSS with it can be a complete pain...

  • There are very few complete and comprehensive react.js css frameworks out there
  • Many CSS frameworks do too much
  • Many CSS frameworks do too little
  • Many CSS frameworks have very confusing class names

Hopefully Eisen won't be a pain to use and instead be a lifesaver!

Features

  • Totally themable from the top of the CSS file
  • A powerful column system
  • Simple yet useful features
  • Semantic class names
  • React components
  • Thoroughly documented

Getting Started

You can find the css source for eisen in the src directory.

If you are using linux, you can run one of these commands to download it:

curl https://github.com/curlpipe/eisen/raw/master/src/eisen.css -o eisen.css

or

wget https://github.com/curlpipe/eisen/raw/master/src/eisen.css

After cloning this repository or downloading the file directly, you can just link it directly into your project:

<link rel="stylesheet" href="/path/to/eisen.css">

And just like that! Eisen is ready to be used.

Tutorial?

Every developer finds it frustrating when there is this library that claims to work miracles but doesn't have any decent documentation!

Luckily, there is a ton of information on eisen and how to use it

Head to: https://github.com/curlpipe/eisen/wiki

You can find a complete guide to Eisen with examples and thorough explaination. No more blank staring at auto-generated documentation because this documentation has been hand written.

Remember that there is always an example directory to help you to learn the look and feel of Eisen!

Contributors

It would be amazing if you would like to contribute to eisen :D

Here are the current development team:

  • Curlpipe - Lead Developer
  • SwiftfoxStudios - Developer

File structure

  • ./src - This is where the sources are, these include the css file and react components
  • ./examples - This is where you can find an example
  • ./images - This is where our logos are

License

Eisen is licensed under the MIT license which we found to be free enough so that it shouldn't cause any issues when in your project. Happy designing :)