v0.1.7
[v0.1.7] - 2023-07-08
✨ New Features
- Introduced new props for extra customizability of the tabs for each variant.
Outline
-
TabOutlineCenter - To place the tab in the center.
-
TabOutlineStart - To place the tab at the start.
-
TabOutlineEnd - To place the tab at the end.
Float
-
**TabFloatCenter ** - To place the tab in the center.
-
TabFloatStart - To place the tab at the start.
-
TabFloatEnd - To place the tab at the end.
🔄 Updates
- Dependencies: Updated dependencies to their latest versions for improved stability and compatibility.
🐛 Bug Fixes
- Styling Issues: Resolved minor styling issues related to tab layout for a more consistent and visually pleasing experience.
📚 Documentation
- Updated Documentation: Improved documentation with detailed explanations and examples of how to use the new
TabFloatStart
,TabFloatCenter
,TabFloatEnd
,TabOutlineStart
,TabOutlineCenter
, andTabOutlineEnd
props.