JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q61610F
  • License Apache-2.0

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

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chimeracss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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 "~/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"