influxdata / clockface

UI Kit for building Chronograf
https://influxdata.github.io/clockface
MIT License
43 stars 18 forks source link

Allow popover to contain multiple lines #825

Open taramk opened 1 year ago

taramk commented 1 year ago

Is your feature request related to a problem? Please describe. We have a nice popover component that we use for confirmation dialogs. There are scenarios where you might want to give them a bit more context before they confirm, and thus multi-line support would be beneficial.

Describe the solution you'd like Allow popovers to contain multiple lines of text.

Describe alternatives you've considered As a temporary fix, we have used a modal instead but a popover would more closely match our use case.

Additional context Essentially, we want to have a lightweight warning here before we allow them to override their existing certificate.

image