LinkBox
LinkBox
is a component that allows elements such as articles or cards to function as a single link.
Theming
The LinkBox
is a multi part component.
If you want to change the style of the component, please check here.
export const LinkBox: ComponentMultiStyle<"LinkBox"> = {baseStyle: {container: {},overlay: {outline: 0,_focusVisible: {_before: {boxShadow: "outline",},},},},}
Edit this page on GitHub