No description
.idea | ||
gradle/wrapper | ||
library | ||
sample | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
MaterialChipsInput
Fork of an unsupported library which makes working with chips easier
Getting Started
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.wulkanowy:material-chips-input:${lastCommitHash}'
}
Built With
Contributing
Please contribute to the project either by creating a PR or submitting an issue on GitHub.
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details