cloudoperators / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
http://cloudoperators.github.io/juno/
Apache License 2.0
4 stars 0 forks source link

feat(ui): Pill: add optional toggle to turn on/off #73

Open edda opened 3 months ago

edda commented 3 months ago

Add optional prop to the Pill component that allows toggling on/off, as a softer version of the closeable prop which is meant to completely remove the Pill. The new toggle would not remove the Pill but just toggle it on/off (or active/inactive).