Should have adaptive `width()`, for example: ``` width({ vwMin: number = 300, vwMax: number = 1200, widthMin: number = 300, widthMax: number = 500 }) => string; ```