Cards
ciderpress ships three card component pairs for building landing pages and content grids. All are available in MDX files via @theme.
Icon prop
All card components accept a unified icon prop that matches the config IconConfig type:
- String — Iconify identifier, defaults to purple:
icon="pixelarticons:cloud-upload" - Object — explicit color:
icon={{ id: "pixelarticons:cloud-upload", color: "blue" }}
Available colors: blue purple green amber cyan red pink slate
SectionCard
Simple icon + title + description link card. Used on auto-generated section landing pages.
Code
Output
Props
FeatureCard
Feature highlight card with configurable grid span. Used on home and landing pages.
Code
Output
Fast by default
Built on Rspress and Rsbuild for sub-second HMR.Type-safe config
Zod-validated configuration with full IntelliSense.Props
WorkspaceCard
Workspace/package card with scope label, tech tags, and optional deploy badge. Used on workspace index pages.
Code
Output
Packages
Shared libraries and utilities.
packages/@acme/lib
packages/@acme/ui