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

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

Awesome Lists containing this project

README

          


nanokit


Modular React Native Component library





npm package version


npm downloads


standard JS linter


prettier code formatting


travis ci build status


project license


make a pull request






Github Watch Badge


Github Star Badge


Tweet





Built with ❤︎ by tiaanduplessis and contributors

Table of Contents

Table of Contents

  • About

  • Modules

  • Install

  • Usage

  • Contribute

  • License
  • ## 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.