@nebula-kit/core
v0.7.0
Published
React UI system built on composition and prop inheritance, with strict rules governing component appearance and behavior. Designed to reduce UI entropy and keep interfaces consistent and maintainable as products grow over time.
Downloads
66
Maintainers
Readme
NebulaKit
React UI system built on composition and prop inheritance, with strict rules governing component appearance and behavior. Designed to reduce UI entropy and keep interfaces consistent and maintainable as products grow over time.
JSX first
JSX is the primary development flow. CSS exists only as an internal implementation detail.
Built on composition
Pure composition drives all component behavior. Functionality is never duplicated.
Inheriting props
Composed functionality flows through prop inheritance, not redefinition.
Enforcing semantics
Semantic HTML is part of the component contract.
Orthogonal styling axes
Styling concerns are separated and scoped to prevent interference.
Unified drawing model
All visual output is produced through a single drawing model.
Unified responsiveness
Responsive behavior follows a single explicit model.
Resistant to entropy
System constraints minimize UI entropy and optimize for long-term consistency.
Get started: https://nebulakit.dev/foundations/overview/getting-started/installation
License: https://nebulakit.dev/foundations/other/legal/license
Release notes: https://nebulakit.dev/foundations/resources/changelog/v0.7.0
