Gluon browser package · 1.10.0

@gluonjs/organisms

Accessible larger interface structures 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:

shell
npm install @gluonjs/organisms
ts
import { AppShell } from '@gluonjs/organisms';

Purpose

Accessible larger interface structures for Gluon.

Use cases

  • App shell and larger layout structures built from lower-level packages.
  • Landmarks, navigation, and responsive composition.
  • Structured interface regions for browser apps.
  • Bounded multi-stage workflows with explicit status and evidence.

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
  • @gluonjs/molecules · 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 generate content that the caller has not supplied.
  • Layout remains dependent on consumer-owned content and semantics.

Related guides

Verified integration notes

  • Depends on `@gluonjs/core`, `@gluonjs/quarks`, `@gluonjs/atoms`, and `@gluonjs/molecules`.
  • Browser package with one public export.