1.5.0 • Published 24 days ago

chimeracss v1.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
24 days ago

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
1.5.0

24 days ago

1.4.6

2 months ago

1.4.5

2 months ago

1.4.4

4 months ago

1.4.3

4 months ago

1.4.2

4 months ago

1.4.1

4 months ago

1.4.0

4 months ago

1.3.0

4 months ago

1.2.2

7 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago