Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmnouira/react-native-innovant

React Native Innovant UI Library
https://github.com/ahmnouira/react-native-innovant

react react-native react-native-innovant react-native-library react-native-ui-components ui-components ui-library

Last synced: 19 days ago
JSON representation

React Native Innovant UI Library

Awesome Lists containing this project

README

        


React Native Innovant UI Library













## Get Started

Installation with npm

```sh
npm install react-native-innovant
```

Installation with yarn

```sh
yarn add react-native-innovant
```

### Usage

```jsx
import {Container, Button, ThemeProvider, ContextWrapper} from 'react-native-innovant'

export const App = () => {
return (







)
}

```

### Components

- [x] [Avatar](#)
- [x] [Badge](#)
- [x] [Box](#)
- [x] [BoxList](#)
- [x] [Button](#)
- [x] [CheckBox](#)
- [x] [Contianer](#)
- [x] [Empty](#)
- [x] [Image](#)
- [x] [Text](#)