Giter Site home page Giter Site logo
Chimera

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 "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 "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 Markus A. R. Johansen
  • Homepage by Fuminori Tatsuoka

Chimera's Projects

chimeracss icon chimeracss

🦁🐉 Classless CSS framework for customizable, modern and accessible styling. Available at npm!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.