<StyledLink>
Component<StyledLink href="#shop" variant="primary" text="Hello world" />
<StyledLink href="#shop" variant="secondary" text="Hello world" />
<Columns align={{ x: 'start' }}><StyledLink href="#shop" variant="primary" text="Hello world" themeColor="navy" /><StyledLink href="#shop" variant="secondary" text="Hello world" themeColor="navy" /></Columns>
By default <StyledLink />
will span the full width of their container
<Stack ><StyledLink href="#shop" variant="primary" text="Hello world" /><StyledLink href="#shop" variant="secondary" text="Hello world" /></Stack>
It's easy to use CSS grid layout, or a component's abstraction to align
<Columns align={{ x: 'start' }}><StyledLink href="#shop" variant="primary" text="Hello world" /><StyledLink href="#shop" variant="secondary" text="Hello world" /></Columns>