Demos icon indicating copy to clipboard operation
Demos copied to clipboard

Marcos/button component

Open marcoseiza opened this issue 9 months ago • 1 comments

Add a button component

<styled-button>hello</styled-button>

<styled-button type="primary">hello</styled-button>

<styled-button type="secondary">hello</styled-button>

attributes: { type: "primary" | "secondary }

defaults type to primary

marcoseiza avatar Sep 12 '23 23:09 marcoseiza