Skip to content

gofynd/nitrozen-android

Repository files navigation

Android

Nitrozen-Android

Nitrozen-Android is a library built with Jetpack Compose that provides various UI components to create stunning Android layouts.


How to use?

  • Step 1: Add following in your root build.gradle at the end of repositories:
allprojects {
    repositories {
        //...
        maven { url 'https://www.jitpack.io' }
    }
}
  • Step 2: Add the dependency
dependencies {
    implementation 'com.github.gofynd:nitrozen-android:1.1.0'
}

Components

Contributors

How to Contribute?

  1. Fork Repo and Create PR.
  2. We will review your PR, if PR will be merged successfully, your name will visible under the contributors list. Happy coding :)

License

Nitrozen-Android is released under the MIT license.