Rename media gallery items
parent
5d0469adef
commit
cb94d09ef9
@ -1,17 +1,17 @@
|
||||
DocumentListEntry example:
|
||||
DocumentListItem example:
|
||||
|
||||
```js
|
||||
<DocumentListEntry
|
||||
<DocumentListItem
|
||||
fileName="meow.jpg"
|
||||
fileSize={1024 * 1000 * 2}
|
||||
timestamp={Date.now()}
|
||||
/>
|
||||
<DocumentListEntry
|
||||
<DocumentListItem
|
||||
fileName="rickroll.wmv"
|
||||
fileSize={1024 * 1000 * 8}
|
||||
timestamp={Date.now() - 24 * 60 * 1000}
|
||||
/>
|
||||
<DocumentListEntry
|
||||
<DocumentListItem
|
||||
fileName="kitten.gif"
|
||||
fileSize={1024 * 1000 * 1.2}
|
||||
timestamp={Date.now() - 14 * 24 * 60 * 1000}
|
Loading…
Reference in New Issue