Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuie0000 committed Oct 13, 2023
1 parent 17cacf6 commit ddd75f7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Jetpack Compose - Scribble Indicator
---

my maven library project

<p align="center">
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
<a href="https://android-arsenal.com/api?level=24"><img alt="API" src="https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat"/></a>
<a href="https://github.com/xuie0000"><img alt="Author" src="https://img.shields.io/badge/Author-XuJie-red.svg?style=flat"/></a>
<a href="https://github.com/xuie0000/ScribbleIndicator"><img alt="Profile" src="https://img.shields.io/github/v/release/xuie0000/ScribbleIndicator.svg"/></a>
</p>

## Download

lib is available on `mavenCentral()`.

```groovy
implementation("com.xuie0000:scribble-indicator:1.0.0")
```

## Usage

```groovy
val pagerState: PagerState = rememberPagerState { list.size }
ScribbleIndicator(
list = list,
modifier = Modifier,
pagerState = pagerState,
title = {
},
content = {
},
)
```

0 comments on commit ddd75f7

Please sign in to comment.