mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Update label
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user