Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Sep 20, 2023
1 parent 9aa96c6 commit 4570274
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
1 change: 1 addition & 0 deletions apps/docs/components/content/AppSidebarTop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ watch(
);
function selectFramework(framework: Framework) {
isOpen.value = false;
if (framework.name !== 'qwik') {
location.href = `https://docs.storefrontui.io/v2/${framework.name}/getting-started.html`;
}
Expand Down
5 changes: 2 additions & 3 deletions apps/docs/content/_components/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

The root element is an `<input>` so any attributes that can be used on an `<input>` can be used on `SfCheckbox`.

<!-- todo -->
<!-- ::info
::info
If you need to make this field required, it is crucial to communicate this intention clearly to your end users. You can find more information about [required form fields in our guide here](../blocks/FormFields.md).
:: -->
::

## Examples

Expand Down
5 changes: 2 additions & 3 deletions apps/docs/content/_components/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

`SfInput` is a single-line text field allows users to enter any combination of letters, numbers, or symbols. It adds default styles to the native `<input type="text">` and supports supports adding content before/after the text input.

<!-- todo -->
<!-- ::info
::info
If you need to make this field required, it is crucial to communicate this intention clearly to your end users. You can find more information about [required form fields in our guide here](../blocks/FormFields).
:: -->
::

## Examples

Expand Down
5 changes: 2 additions & 3 deletions apps/docs/content/_components/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

`SfRadio` provides additional styles for different states of `<input type="radio">`. It can be used for choosing between a list of values when only one option can be selected at a time.

<!-- todo -->
<!-- ::tip
::tip
If you need to make this field required, it is crucial to communicate this intention clearly to your end users. You can find more information about [required form fields in our guide here](../blocks/FormFields.html).
:: -->
::

## Examples

Expand Down
5 changes: 2 additions & 3 deletions apps/docs/content/_components/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ hideBreadcrumbs: true

`SfSelect` is a wrapper around the native `<select>` element. It provides additional styles for different states of `<select>` element.

<!-- todo -->
<!-- ::warning
::warning
If you need to make this field required, it is crucial to communicate this intention clearly to your end users. You can find more information about [required form fields in our guide here](../blocks/FormFields.html).
:: -->
::

## Examples

Expand Down

0 comments on commit 4570274

Please sign in to comment.