Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahmnouira/react-native-innovant
- Owner: ahmnouira
- License: mit
- Created: 2021-08-07T20:34:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T16:11:42.000Z (about 1 month ago)
- Last Synced: 2024-10-17T13:15:09.594Z (29 days ago)
- Topics: react, react-native, react-native-innovant, react-native-library, react-native-ui-components, ui-components, ui-library
- Language: TypeScript
- Homepage:
- Size: 1.93 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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](#)