3 个仓库
Centralized stores that track initialized UI component objects for programmatic retrieval and manipulation.
Distinct from Component Instance Initializers: Distinct from Component Instance Initializers by focusing on the storage and retrieval of instances rather than the bootstrapping process.
Explore 3 awesome GitHub repositories matching development tools & productivity · Component Instance Registries. Refine with filters or upvote what's useful.
Flowbite is a cross-framework UI library and design system built as a collection of pre-styled components and layout blocks using Tailwind CSS utility classes. It functions as a TypeScript UI toolkit and a general web framework for creating responsive websites and applications. The project provides a mirroring Figma design system to allow prototyping of components and variants before they are coded. It distinguishes itself through an AI-driven approach to page generation and the creation of design specifications via a command-line interface. The library covers a wide range of interactive int
Maintains a global registry of initialized UI objects to allow programmatic control via element IDs.
seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b
Instantiates a reusable component type within a system assembly and assigns it a unique instance name.
该项目是一个用于 Vue 应用的模块化用户界面框架,提供了一系列使用 Tailwind CSS 构建的可重用组件。它作为一个配置驱动的设计系统工具,使开发者能够通过集中的主题管理和基于工具类的样式,在复杂应用中保持视觉一致性。 该库通过高度可配置的架构脱颖而出,支持基于变体的样式映射和组件实例定制。开发者可以定义全局默认值或创建同一界面元素的多个版本,从而允许动态视觉切换和特定的属性覆盖,而无需重复代码。这种方法确保了组件在遵循统一设计语言的同时保持灵活性。 该框架涵盖了广泛的界面需求,包括用于日期和时间选择的专用工具以及结构化的表单输入设计。它通过支持构建时优化(如选择性组件导入和移除未使用的样式定义)来强调性能,以最小化最终应用包的大小。
Allows registration of multiple component versions with unique settings for specific layout requirements.