Skip to content

ankhorage/surface

Repository files navigation

surface

A minimal design foundation for React Native and React Native Web.

🎯 What you get

  • Predictable layout system
  • Theme-driven styling
  • Cross-platform consistency

✨ Features

  • Token-based theming
  • Layout primitives
  • Responsive utilities

🚀 Installation

bun add @ankhorage/surface

📦 Usage

import { Box, Text } from '@ankhorage/surface';

<Box padding="lg" gap="md">
  <Text variant="title">Title</Text>
  <Text>Content</Text>
</Box>;

🧪 Use Cases

  • Design system foundations
  • Cross-platform layout abstraction

🧠 Why this exists

Bridges the gap between raw primitives and full UI frameworks.

About

Cross-platform UI foundation for React Native and React Native Web. Provides theming, layout primitives, and core building blocks for modern apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors