utkarshxf / Custom-Tab-Indicator-Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom-Tab-Indicator-Library

This Library provide custom pagerTabIndicatorOffset for compose.foundation.pager for smooth sync of Tab Indicator with Material 3 TabRow, To get a Git project into your build:
Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.utkarshxf:Custom-Tab-Indicator-Library:Tag'
	}

Share this releasešŸ‘

About


Languages

Language:Kotlin 100.0%