Gluon browser package · 1.10.0
@gluonjs/molecules
Accessible reusable UI compositions for Gluon.
Runtimebrowser
Version1.10.0
LicenseMIT
Public entry points1
Install and start
Install the public package at the same version as the rest of the Gluon train:
npm install @gluonjs/moleculesimport { Accordion, ButtonGroup, Card, ChoiceGroup } from '@gluonjs/molecules';Purpose
Accessible reusable UI compositions for Gluon.
Use cases
- Reusable mid-level compositions built from Core, Quarks, and Atoms.
- Form fields, control groups, notice surfaces, and dialog patterns.
- Composition helpers that preserve native ownership.
Public entry points
Only these package exports are part of the supported public boundary.
Dependencies and peers
Installed dependencies
- @gluonjs/core · runtime dependency
- @gluonjs/quarks · runtime dependency
- @gluonjs/atoms · runtime dependency
Peer dependencies
- @gluonjs/core@1.10.0 · optional
API reference
Open an entry point above for generated symbol documentation and a reviewed example for every public symbol. Application code must import from this package entry point, never from repository source paths.
Scope and limits
- Does not replace application-specific structure or business logic.
- Some components rely on caller-provided heading and labeling hierarchy.
Related guides
Verified integration notes
- Depends on `@gluonjs/core`, `@gluonjs/quarks`, and `@gluonjs/atoms`.
- Browser package with one public export.