Trendyol / baklava

Baklava is a design system provided by Trendyol to create a consistent UI/UX for app users.
https://baklava.design/
MIT License
1.24k stars 112 forks source link

feature(drawer): add dynamic width to drawer #819

Closed erdemgonul closed 3 months ago

erdemgonul commented 3 months ago

This PR adds setting width feature into drawer.

Closes #767

This had to be written with JavaScript because it was previously written with @media, and we couldn't use CSS variables inside @media. Reference source: https://stackoverflow.com/a/40723269

Also added style-to-px-converter to give width properties like '%', 'vh'