mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
51083e2005
This is a component that is similar to the `StatusSectionMenuItem` component, just with the difference that it's not a clickable element, rather "description" element, inspired by HTML `<dl>`, `<dt>` and `<dd>` elements ("description list", "description term", "description" respectively). The component comes with a `CopyToClipBoardButton` by default. We might want to decide to make it configurable later on, as there could be places where we just want to render the description item, without a copyble description.