type => variant

This commit is contained in:
Cory LaViska
2021-12-13 17:38:40 -05:00
parent 1d44ee2f45
commit fb20155485
25 changed files with 338 additions and 337 deletions

View File

@@ -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>
);