2 مستودعات
UI components that use CSS classes to hide or show content blocks.
Distinct from CSS-Driven Layout Containers: Specifically handles the toggling of visibility (collapsing/expanding) rather than general layout positioning.
Explore 2 awesome GitHub repositories matching user interface & experience · Visibility Toggles. Refine with filters or upvote what's useful.
django-grappelli is a visual and functional framework for the administration interface, providing a grid-based theme, UI kit, and a customizable landing page dashboard. It replaces the default administration interface with a structured layout designed to organize model forms and changelists. The project distinguishes itself through specific interface enhancements, such as autocomplete lookups for relational fields, rich text editor integration, and the ability to drag-and-drop reorder inline model rows. It also includes a context-switching mechanism that allows administrators to impersonate o
Uses CSS classes to control the visibility of fieldsets and containers for collapsible content.
This project is a collection of pre-built, reusable interface components designed for web applications that utilize StimulusJS and TailwindCSS. It functions as a frontend interaction framework, providing a set of standard UI elements that manage state and user behavior through declarative controller patterns. The library distinguishes itself by integrating utility-first styling with accessible component authoring. It leverages HTML attributes to bind JavaScript logic directly to DOM elements, enabling developers to implement complex interactions like modals, dropdowns, and tabbed content with
Toggles the visibility of page content by dynamically applying CSS classes based on user interaction.