This commit is contained in:
konnorrogers
2023-06-12 14:20:11 -04:00
parent 41913c8c58
commit d18db9adfa
10 changed files with 34 additions and 23 deletions

View File

@@ -85,4 +85,4 @@ Now you can start using Shoelace components in your app!
:::tip
Are you using Shoelace with Angular? [Help us improve this page!](https://github.com/shoelace-style/shoelace/blob/next/docs/frameworks/angular.md)
:::
:::

View File

@@ -151,4 +151,4 @@ For more details, refer to Jest's [`transformIgnorePatterns` customization](http
:::tip
Are you using Shoelace with React? [Help us improve this page!](https://github.com/shoelace-style/shoelace/blob/next/docs/frameworks/react.md)
:::
:::

View File

@@ -104,4 +104,4 @@ Now you can use the `v-sl-model` directive to keep your data in sync!
:::tip
Are you using Shoelace with Vue? [Help us improve this page!](https://github.com/shoelace-style/shoelace/blob/next/docs/frameworks/vue-2.md)
:::
:::

View File

@@ -124,4 +124,4 @@ Here is an example:
<sl-button variant="primary" @click=" drawerIsOpen = false">Close</sl-button>
</div>
</sl-drawer>
```
```