Instantly share code, notes, and snippets.
It's key to understand that a Button component is a Button component purely because it looks a certain way, not because of the markup it renders. i.e. if it looks different, use a different component.
This comment has been minimized.
It's key to understand that a Button component is a Button component purely because it looks a certain way, not because of the markup it renders. i.e. if it looks different, use a different component.