1.1.0 • Published 2 years ago

@crowdform/react-native-ui v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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