exercism / v3-beta

12 stars 2 forks source link

Most modals should have a close button #316

Closed iHiD closed 3 years ago

iHiD commented 3 years ago

We’re going to add a close button to most modals (it’ll be like a cross at the top right - @taiyab hasn't designed it yet).

We’ll need to add a option to <Modal> of closeButton. If it's true then it should add the button, which should close the modal. It can default to false. Pop a PR together with a button as close to the top of the modal (as in the HTML hierarchy) as you can and then I'll style it.

taiyab commented 3 years ago

image

Figma link in Slack.