You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there should be more complex examples and a better definition of the props. In the props section the allowed values should be clearly specified along with a relevant example.
Also for example, you mention in the ModalHeader that there is a closeAriaLabel prop, that is "The close button's aria label".. But where exactly is this close button? How do I make it appear? Is it something that needs to pop out by default or should be implemented by the developer? These are all questions that are not answered by the Modal documentation page, nor showcased with complex examples, you only show the simplest possible modal...
Maybe it's just me, but I thought it would make sense to raise an issue and share some feedback. Thanks for your time!
The text was updated successfully, but these errors were encountered:
Similarly: I don’t think the position prop does anything? I see that it adds a modal-${position} class to the element, but I don’t see any of those classes in the CSS delivered (only modal-centered?).
Hello,
no specific technical issue here, but I am disappointed with this documentation page: https://designrevision.com/docs/shards-react/component/modal
I think there should be more complex examples and a better definition of the props. In the props section the allowed values should be clearly specified along with a relevant example.
Also for example, you mention in the ModalHeader that there is a
closeAriaLabel
prop, that is "The close button's aria label".. But where exactly is this close button? How do I make it appear? Is it something that needs to pop out by default or should be implemented by the developer? These are all questions that are not answered by the Modal documentation page, nor showcased with complex examples, you only show the simplest possible modal...Maybe it's just me, but I thought it would make sense to raise an issue and share some feedback. Thanks for your time!
The text was updated successfully, but these errors were encountered: