apolos-design-system
v0.14.0
Published
Apolos Design System — themeable, token-driven React components.
Readme
Apolos DS
Components, design tokens, icons, and Storybook for the Apolos Design System.
src/components/*— 62 React components, CSS Modules styled fromsrc/styles/tokens.css.src/icons/*— Lucide-style icon set, bound toicon/stroke-weight.src/foundations/*— Storybook-only specimens (Colors, Typography).src/styles/tokens.css— the token source of truth (Light/Dark).
Consumed by apolos-design-system (the docs site,
system.apolos.space) as a git submodule at vendor/apolos-ds.
npm install
npm run storybook # http://localhost:6006Optional peer dependencies
<Lanyard> is the only component that needs a 3D engine, and it is ~39 MB of
install. Rather than charge that to every consumer, it is declared as an
optional peer — install it only if you use the component:
npm install three @react-three/fiber @react-three/drei @react-three/rapierEverything else in the library works without them. Lanyard loads the engine through a dynamic import, so it also stays out of your bundle until a live badge actually mounts.
