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

chimeracss

v1.5.0

Published

A classless CSS-framework for clean, soft and modern design!

Downloads

791

Readme

GitHub Stars GitHub Issues npm version Monthly downloads badge Total downloads badge

🦁🐍 ChimeraCSS

Classless CSS framework with a clean, soft and modern design inspired by SakuraCSS and Marx.

🤓 Why use Chimera?

Classless CSS frameworks is great for building a beautiful UI, without worrying about unresponsive and unaccessible elements. Chimera does the element-styling for you, which only leaves the layout to you. For building MVPs fast and building UIs without a designsystem; Chimera is a great framework.

Roadmap

✅ Goals

What we want to achieve with this framework is as following:

  • 🔥 Easy to implement
  • 👨‍🎨 Clean, soft and modern design
  • 📱 Responsive by default
  • ♿️ Accessible elements
  • 🤝 Class overridable styles
  • 🪽 Fast and lightweight
  • 🎨 Theme based - Easy to customize

➕ Implement Chimera

You can implement Chimera into your private project by downloading the ChimeraCSS package and directly link to the Chimera.css file:

npm install chimeracss
yarn add chimeracss
pnpm add chimeracss
import "~/node_modules/chimeracss/build/chimera.css";

or by including this tag in your HTML header.

<link
  rel="stylesheet"
  type="text/css"
  href="https://unpkg.com/chimeracss/build/chimera.css"
/>

Responsiveness

ChimeraCSS is built with responsiveness in mind. All you have to do is to ensure that your application is responsive when using Chimera, and to include the Responsiveness tag in your <header>:

<meta name="viewport" content="width=device-width, initial-scale=1">

Themes

Chimera has multiple themes:

  • chimera
  • chimera-dark
  • chimera-golden
  • chimera-autumn
  • chimera-blues
  • chimera-plain

To use an alternative theme, change the filename in the import to the same as the theme. Here is an example of how to implement chimera-dark using the node_modules import method:

import "~/node_modules/chimeracss/build/chimera-dark.css";

🧑‍⚖️ License

You can check out the full license here. This project is licensed under the terms of the Apache License 2.0 license.

🤩 Contribute

You can contribute to the project in multiple ways!

  • You can report issues
  • Create pull requests
  • Review pull requests
  • And much more!

If you are interested in contributing with code to the project you can read more about that here, and about how Chimera works here.

Financial contributions are also very welcome, and can be made through a GitHub sponsors or via buy me a coffee:

"Buy Me A Coffee"

Thanks to all contributors ❤

🌟 Featured Projects

  • CV by @MarkusJohansen