savalanpour / react-component-countdown-timer

This is a simple count down timer react component.
MIT License
25 stars 9 forks source link

Countdown layour misbehave #15

Open BayoKwendo opened 3 years ago

BayoKwendo commented 3 years ago

When i add param showTitle, the countdown layout automatically turn to vertical with labels. i cant seem to have horizontal layout after adding labels. (showTitle). Please help or advice

tariqmurtuza commented 3 years ago

it seems direction is not supported in this plugin but you can achieve it by adding "display: flex; flex-direction: row-reverse;" to the parent of class name "countBox".