mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
type => variant
This commit is contained in:
@@ -34,7 +34,7 @@ Every Shoelace component is available to import as a React component. Note that
|
||||
import { SlButton } from '@shoelace-style/shoelace/dist/react';
|
||||
|
||||
const MyComponent = () => (
|
||||
<SlButton type="primary">
|
||||
<SlButton variant="primary">
|
||||
Click me
|
||||
</SlButton>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user