@tradeshift/elements.spinner
Advanced tools
Comparing version 0.27.0 to 0.27.2
{ | ||
"name": "@tradeshift/elements.spinner", | ||
"version": "0.27.0", | ||
"version": "0.27.2", | ||
"repository": { | ||
@@ -18,6 +18,6 @@ "type": "git", | ||
"dependencies": { | ||
"@tradeshift/elements": "^0.27.0" | ||
"@tradeshift/elements": "^0.27.2" | ||
}, | ||
"src": "src/spinner.js", | ||
"gitHead": "a11a27abc355ec5cca791ff7353068f97f0872c7" | ||
"gitHead": "bd49caa355a07257efd18228a55185ce788f7bce" | ||
} |
@@ -36,8 +36,8 @@ <h1 align="center"> | ||
| Property | Attribute | Type | Default | Description | | ||
| -------- | ------------ | ------- | ----------- | ------------------------------------------------- | | ||
| color | data-color | String | colors.BLUE | Spinner color, `blue`, `mono`, `white` | | ||
| message | data-message | String | | Text to show below the spinner | | ||
| size | data-size | String | sizes.LARGE | Size of the spinner, `large`, `medium`, `small` | | ||
| visible | data-visible | Boolean | false | Show/hide the spinner | | ||
| Property | Attribute | Type | Default | Description | | ||
| -------- | ------------ | ------- | ----------- | ----------------------------------------------- | | ||
| color | data-color | String | colors.BLUE | Spinner color, `blue`, `mono`, `white` | | ||
| message | data-message | String | | Text to show below the spinner | | ||
| size | data-size | String | sizes.LARGE | Size of the spinner, `large`, `medium`, `small` | | ||
| visible | data-visible | Boolean | false | Show/hide the spinner | | ||
@@ -44,0 +44,0 @@ ## ➤ How to use it |
23972
Updated@tradeshift/elements@^0.27.2