| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Elide's shared UI. One repository, consumed by many: the docs site (Astro) and the marketing site both depend on it, so brand, tokens, and behavior stay in one place and move together.
Apps (Storybook, and later the Astro docs site) live under apps/.
/* global stylesheet */
@import "@elide/tokens/fonts.css"; /* must be first — remote @import */
@import "tailwindcss";
@import "@elide/tokens/theme.css";import { Button, Callout } from "@elide/ui";See ARCHITECTURE.md for the layering, framework-support matrix (React + Preact), and distribution model, and COMPONENTS.md for the component inventory and porting order.
The original high-fidelity mockups these components are extracted from live in Elide Docs.dc.html (open it for the visual reference).
bun install
bun run storybook # catalog + visual dev
bun run build # build all packages (use `bun run build`, not `bun build`)
bun run changeset # record a version bump before releasing| Back | FazBrowse Home | New Git URL |