sci-components icon indicating copy to clipboard operation
sci-components copied to clipboard

Design: `Button` with `Link` styling

Open cathystoli opened this issue 1 year ago • 1 comments

In order to maintain accessibility, "links" that do not lead to a new page, ie open a modal, should be "buttons" using the html "< button >" tag. Because this is important for accessibility, we should make it easy to do through the design system.

This ticket: Create a "LinkButton" component which has all of the styling options of a link, but renders an 'button' tag and accepts button props.

cathystoli avatar Nov 01 '23 17:11 cathystoli