Skip to content

Commit aeaa667

Browse files
committed
feat: Add GitHub star badge and screenshot section for better discoverability
1 parent 155907a commit aeaa667

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 📱 Compose Cookbook
22

3+
[![GitHub stars](https://img.shields.io/github/stars/ujjwalsai3007/ComposeCookBook?style=social)](https://github.com/ujjwalsai3007/ComposeCookBook/stargazers)
34
[![API](https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=24)
45
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
56
[![Jetpack Compose](https://img.shields.io/badge/Jetpack%20Compose-2024.09.00-blue)](https://developer.android.com/jetpack/compose)
@@ -10,6 +11,18 @@
1011
1112
A comprehensive collection of **125+ production-ready Material 3 components** showcasing modern Android UI development with **Material 3 Enhanced** theming, accessibility, and performance optimization.
1213

14+
## 📱 Screenshots
15+
16+
> **Note**: Add screenshots of your app here! Run the app, take screenshots of different component screens, and add them here to make your repo more visually appealing.
17+
18+
```bash
19+
# To add screenshots:
20+
# 1. Run the app on your device/emulator
21+
# 2. Take screenshots of the component catalog
22+
# 3. Create a screenshots/ folder in your repo
23+
# 4. Add images here with: ![Screenshot](screenshots/components.png)
24+
```
25+
1326
## ✨ Why Compose Cookbook?
1427

1528
**Tired of searching for Material 3 component examples?** This repository solves that problem by providing:

0 commit comments

Comments
 (0)