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 是一个用于管理界面的视觉和功能框架,提供基于网格的主题、UI 工具包和可自定义的登录页面仪表板。它用一个旨在组织模型表单和变更列表的结构化布局替换了默认的管理界面。 该项目通过特定的界面增强功能脱颖而出,例如关系字段的自动完成查找、富文本编辑器集成以及拖放重新排序内联模型行的能力。它还包括一个上下文切换机制,允许管理员模拟其他用户以验证权限级别。 广泛地,该工具包涵盖了具有可折叠字段集的管理布局管理、具有 RSS 订阅和应用程序快捷方式的仪表板组织,以及用于模型列表的自定义模板渲染。它还提供了用于跟踪最近用户活动和规范化输入字段渲染的工具。
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.