tacit icon indicating copy to clipboard operation
tacit copied to clipboard

<details> element

Open iamsergo opened this issue 3 years ago • 3 comments

Framework did not include a <detail> element.

I have fixed it.

image

iamsergo avatar Jun 29 '21 13:06 iamsergo

Usage:

<details>
  <summary>Summary</summary>
  Some information
</details>

iamsergo avatar Jun 30 '21 06:06 iamsergo

Note: <details> and <summary> are not supported by ie.

iamsergo avatar Jun 30 '21 06:06 iamsergo

@iamsergo you are welcome to submit a pull request!

yegor256 avatar Dec 13 '21 20:12 yegor256