Update label

This commit is contained in:
Cory LaViska
2020-11-09 09:37:58 -05:00
parent c06ad3cf7c
commit 97ad8f1b1b

View File

@@ -8,7 +8,7 @@ Formats a number as a human readable bytes value.
<div class="format-bytes-overview">
The file is <sl-format-bytes value="1000"></sl-format-bytes> in size.
<br><br>
<sl-input type="number" value="1000" label="Value" style="max-width: 180px;"></sl-input>
<sl-input type="number" value="1000" label="Number to Format" style="max-width: 180px;"></sl-input>
</div>
<script>
@@ -22,7 +22,6 @@ Formats a number as a human readable bytes value.
## Examples
### Formatting Bytes
Set the `value` attribute to a number to get the value in bytes.