• Stars
    star
    1,147
  • Rank 39,418 (Top 0.8 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Utility-First React Native UI Framework 🚀🧩

Magnus UI

A Utility-First React Native UI Framework

npm package NPM downloads PRs Welcome

Build UI in React Native, without the tears

<Text fontSize="md" color="pink500">
  Magnus UI 🚀
</Text>

✨ Features

  • Universal (Android, iOS, Web, & more)
  • Works with Expo
  • Works with Vanilla React Native
  • Full theme support
  • Custom theme variants
  • TypeScript support
  • Super simple API

Examples

📦 Installation

npm install react-native-magnus
yarn add react-native-magnus

🔨 Usage

import { Button } from 'react-native-magnus';

<Button />;

📦 Components

Examples

🤝 Contributing PRs Welcome