SaidMarar

Results 5 issues of SaidMarar

Fixes the issues below: #31936 #19673 #33349 #23711 This fix handle visibility of scroll buttons specially in dynamic content behavior and also it reduces the complexity of the code (calculation...

bug 🐛
component: tabs

This feature add an horizontal mode (width) to the collapser enhancement request from #81 **Without collapasedWidth option** ![expand-collapse](https://user-images.githubusercontent.com/20561190/209452841-c8c9adbc-eb68-4ad1-87e0-40a275a18e46.gif) **With collapasedWidth option** ![expand-collapse-2](https://user-images.githubusercontent.com/20561190/209452844-4ab5bf40-7180-4cec-8aa7-ee75e39c56bb.gif)

Hi this is a simple implementation for pipe trasform to accept an array string of translations. This will: 1. minimize duplication values of translation. 2. minimize the code templating in...

This is an enhancement for the request #84 it enables the indeterminate mode **when the user does not define the percent property** for both components **circle** and **line**. ``` ```...

This fix #133 As mentioned in [MDN: stroke-linecap](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-linecap#round) it is the expected behavior of svg stroke-linecap for both round and square. > The round value indicates that at the end...