A minimal design foundation for React Native and React Native Web.
- Predictable layout system
- Theme-driven styling
- Cross-platform consistency
- Token-based theming
- Layout primitives
- Responsive utilities
bun add @ankhorage/surfaceimport { Box, Text } from '@ankhorage/surface';
<Box padding="lg" gap="md">
<Text variant="title">Title</Text>
<Text>Content</Text>
</Box>;- Design system foundations
- Cross-platform layout abstraction
Bridges the gap between raw primitives and full UI frameworks.