button-text-card icon indicating copy to clipboard operation
button-text-card copied to clipboard

Custom, "neumorphism" Lovelace card

Results 12 button-text-card issues
Sort by recently updated
recently updated
newest added

Hello, and thanks for the useful card! It would be very cool to have more flexible styling options, for example to be able to modify size, padding, font sizes, etc....

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Feedback by [fitim](https://community.home-assistant.io/t/lovelace-soft-ui-simple-and-clean-lovelace-configuration/159357/77?u=savjee)

There was a issue/ thread about depressed state earlier in the issues. In general pressed/depressed buttons works nicely inside lovelace vertical stack card, you just define 2 buttons of same...

How is it possible to achieve having the same element shadows as the Lovelace Soft UI, which uses this style snippet: ``` style: | ha-card { background-color: var(--primary-background-color); border-radius: 15px;...

Is there a way to change the size of the actual button? Not just the size of the icon inside the button. I'm looking at the https://github.com/custom-cards/button-card which has a...

Add ability to specify the width, height of the button Closes Savjee#29. New properties on the button `width`,`height`. By default the fields are set to 85px. Properties are on the...

Revert back to custom-card-helpers when they fix their `getLovelace` implementation