jetpack_compose_components
Release Notes (1.0.0)
คอลเล็กชั่นคอลเลกชันที่นำกลับมาใช้ใหม่และปรับแต่งเจ็ทแพ็คได้องค์ประกอบเพื่อเร่งการพัฒนา Android UI ของคุณ
เพิ่มที่เก็บ jitpack ลงในรูทของคุณ build.gradle ไฟล์:
dependencyResolutionManagement {
.. .
repositories {
.. .
maven { setUrl( " https://jitpack.io " ) }
}
} dependencyResolutionManagement {
.. .
repositories {
.. .
maven { url ' https://jitpack.io ' }
}
}เพิ่มการพึ่งพา:
dependencies {
implementation( " com.github.Tanish-Ranjan:jetpack_compose_components:version " )
} dependencies {
implementation ' com.github.Tanish-Ranjan:jetpack_compose_components:version '
}ใช้คอมโพสิต:
@Composable
fun MyScreen () {
// Example usage of a circular throbber
CircularThrobber1 (
modifier = Modifier .size( 100 .dp),
color = Color . Blue
)
}เรียกดูคอลเลกชันขนาดใหญ่ของส่วนประกอบทั้งหมดห้องสมุดนี้ให้ในหน้าส่วนประกอบ
เรายินดีต้อนรับผลงาน! โปรดตรวจสอบคู่มือการสนับสนุนของเราสำหรับรายละเอียดเกี่ยวกับวิธีการเข้าร่วม
โครงการนี้ได้รับใบอนุญาตภายใต้ใบอนุญาต MIT