vitamin-compose icon indicating copy to clipboard operation
vitamin-compose copied to clipboard

Decathlon Design System UI components for Compose applications

Results 38 vitamin-compose issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Progress bar in circle type don't have full rounded corner **To Reproduce** https://github.com/dktunited/instore-android/pull/3766 Preprod 1 - Englos 1. Menu 2. Settings 3. Scroll down to Accessibility statement...

bug 🐛

## Changes description 🧑‍💻 Add rounded corner to progress bars ## Context 🤔 Closes #140 ## Checklist ✅ - [x] Make sure you are requesting to **pull a topic/feature/bugfix branch**....

Actual : Individual Compose dependencies & versions |Compose ui |1.3.2|1.3.3| |Compose material |1.3.1|1.3.1| Expected : Instead, Use a BOM to get Compose dependencies. `implementation platform('androidx.compose:compose-bom:2023.04.01')`

config 🛠
community 👥

**Describe the solution you'd like** Write tests with paparazzi for menu component (dropdowns) for all variants & themes. **Additional context** FYI Buttons already have ones.

enhancement 🚀
community 👥

Hello to all, I would like to have the possibility to modify the elevation of a topbar and maybe a bottombar. On the Decathlon Outdoor project we have a particular...

enhancement 🚀
question ❓
community 👥

**Describe the solution you'd like** Here the request for having a collapsing toolbar https://decathlon-design.slack.com/archives/C01M569MN8L/p1670941275534269 It is link to the issue https://github.com/Decathlon/vitamin-design/issues/142 **Additional context** Old issue created by @ManonPolle: https://github.com/Decathlon/vitamin-design/issues/163

enhancement 🚀
community 👥

It's seems that badge on the bottom navigation is allowed on Figma ![image](https://github.com/Decathlon/vitamin-compose/assets/19478554/9479d5f8-aac1-4d92-aff5-425e4cff903f) But i can't manage to add it on the `VitaminBottomNavigations.Primary` Would it be possible to add this...

bug 🐛

**Describe the bug** We use the vtmnSkeleton Modifier for our shimmer loading states. For this, we often pass mock/dummy data to the composable, and vtmnSkeleton hides this whilst it's loading....

bug 🐛