jsartisan / react-native-magnus

A Utility-First React Native UI Framework 🚀🧩
https://magnus-ui.com
MIT License
1.18k stars 77 forks source link
design-system react react-native typescript ui-components

Magnus UI

A Utility-First React Native UI Framework [![npm package](https://img.shields.io/npm/v/react-native-magnus.svg?style=flat-square)](https://www.npmjs.org/package/react-native-magnus) [![NPM downloads](http://img.shields.io/npm/dm/react-native-magnus.svg?style=flat-square)](http://npmjs.com/react-native-magnus) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Build UI in React Native, without the tears

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

✨ Features

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