bsoc-bitbyte / bsoc-bitbyte/Nudj
Implement Bottom Navigation Bar
- Dominant language
- Kotlin
- Stars
- 21
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
## _Task:- Implement Bottom navigation bar_
Refer the design from here:- [Figma](https://www.figma.com/design/HNX5iayE71Q3w8SkHO7RCh/Nudj-26-Figma-Design?node-id=545-275&t=ByBVCXWBGtHXmg8l-0)
### Implementation Flow:-
1. Register this as a component under components section.
2. The selected option will have an animated motion and will slide up above the surface of the nav bar. Refer the shape of the nav item which is selected from the figma design.
3. When the user selects other option which will deselect the previous one, thus will bring back the option which was selected before back to normal, same as of the other unselected options in the bar.
4. Create an Enum class for the options and use the same for the implementation.
5. Use `LocalAppColors` to match the color schema of the figma design.
Contributor guide
Assessment
This issue has not been assessed yet.