Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/api/spinner.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ import Colors from '@site/static/usage/v7/spinner/theming/colors/index.md';

<Colors />

### CSS Custom Properties
### Styling

import CSSProps from '@site/static/usage/v7/spinner/theming/css-properties/index.md';
You may use custom CSS to style the spinner. For example, you can resize the spinner by setting the width and height.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion to change: You can resize the spinner by setting the width and height.


<CSSProps />
import Resizing from '@site/static/usage/v7/spinner/theming/resizing/index.md';

## Styling
<Resizing />

### Resizing
### CSS Custom Properties

import Resizing from '@site/static/usage/v7/spinner/theming/resizing/index.md';
import CSSProps from '@site/static/usage/v7/spinner/theming/css-properties/index.md';

<Resizing />
<CSSProps />


## Properties
Expand Down
4 changes: 2 additions & 2 deletions static/usage/v7/spinner/theming/resizing/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<title>Spinner</title>
<link rel="stylesheet" href="../../../../common.css" />
<script src="../../../../common.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@6/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@6/css/ionic.bundle.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@7/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@7/css/ionic.bundle.css" />

<style>
ion-spinner {
Expand Down