React native material elements is a sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, nex-ui provides a rich collection of components and utilities to effortlessly create polished mob
npm install react-native-material-elementsReact Native Material Elements
###
A sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, material elements provides a rich collection of components and utilities to effortlessly create polished mobile applications.
Install the required dependencies using yarn or npm:
``bash
yarn add react-native-material-elements lodash use-context-selector
yarn add @types/lodash -D
OR
npm install react-native-material-elements lodash use-context-selector
yarn install @types/lodash -save-dev
`
- Grid
- Dropdown
- ActivityIndicator
- Transition
- ImageList
- CheckBox
- QuantityStepper
- Accordion
- Avatar
- Switch
- Badge
- BaseStyles
- Box
- Button
- Card
- Chip
- Dialog
- Divider
- List
- Pagination
- Text
- TextInput
- ThemeProvider
- Portal
- Thank You
We sincerely appreciate you taking the time to read through our documentation. Your attention to detail and commitment to understanding the intricacies of our library is truly valued.
Your feedback and contributions are what make our project better. If you have any questions, suggestions, or run into any issues, please don't hesitate to reach out. Together, we can build something amazing.
We welcome contributions and feedback from the community. If you have any suggestions, questions, or would like to contribute to the project, please feel free to reach out.
1. Fork the repository
2. Create a new branch (git checkout -b feature-branch)git commit -am 'Add new feature'
3. Make your changes
4. Commit your changes ()git push origin feature-branch`)
5. Push to the branch (
6. Create a new Pull Request
Happy coding!