What are you using as a CSS Framework or CSS base for Django?

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Fomantic-UI

    Fomantic-UI is the official community fork of Semantic-UI

    I really like fomantic-ui (a fork of now-abandoned semantic-ui). I think its philosophy of "class should be meaningful words rather than cryptic codes" meshes really well with python. Writing css classes as "inverted very large dividing header" reads much better than "header-lg header-inverted header-lg-xxl". It also has enough components to do pretty much anything I wanted, and is simple enough to override or extend where necessary.

  • Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

    I've also tried out Alpine recently, and just want to warn folks to check the fine print. Alpine does its thing by evaluating strings into JavaScript, which may require setting unsafe-eval in a site's Content Security Policy (or CSP). See Alpine's README here for more.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts