https://github.com/tiaanduplessis/nanokit
Modular React Native Component library
https://github.com/tiaanduplessis/nanokit
component library react react-native
Last synced: 3 months ago
JSON representation
Modular React Native Component library
- Host: GitHub
- URL: https://github.com/tiaanduplessis/nanokit
- Owner: tiaanduplessis
- License: mit
- Created: 2017-09-21T21:14:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T08:56:29.000Z (about 6 years ago)
- Last Synced: 2025-11-30T11:37:39.166Z (7 months ago)
- Topics: component, library, react, react-native
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Modular React Native Component library
Table of Contents
Table of Contents
## About
A hyper modular set of basic React Native components that can be seperately or together.
## Modules
Modules currently included:
- [nanokit-button](https://github.com/tiaanduplessis/nanokit-button)
- [nanokit-spinner-overlay](https://github.com/tiaanduplessis/nanokit-spinner-overlay)
- [nanokit-card](https://github.com/tiaanduplessis/nanokit-card)
- [nanokit-statusbar](https://github.com/tiaanduplessis/nanokit-statusbar)
- [nanokit-container](https://github.com/tiaanduplessis/nanokit-container)
## Install
```sh
$ npm install nanokit
# OR
$ yarn add nanokit
```
## Usage
```js
import { Container, Button } from 'nanokit'
// And use
```
See the respective [sub-modules](#modules) for usage instructions.
## Contributing
Contributions are welcome!
1. Fork it.
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
Or open up [a issue](https://github.com/tiaanduplessis/nanokit/issues).
## License
Licensed under the MIT License.