custom-cards / slider-button-card

A button card with integrated slider
MIT License
105 stars 16 forks source link

Centered text, state and icon #24

Open giulianofichera opened 1 year ago

giulianofichera commented 1 year ago

I am setting up a horizontal stack with vertical sliders, and disabling the show button option. The icon, name and state are all at the left.

It would be great if we could center everything to have a much tidier UI.

Current layout:

image

Proposed layout:

image

There could be an optional position option with right, center, left values, using left as default so existing configs aren't affected.

Thank you!