Submit
Path:
~
/
home
/
getwphos
/
www
/
metrothemes.me
/
wp-content
/
plugins
/
really-simple-ssl
/
settings
/
src
/
Placeholder
/
File Content:
DatatablePlaceholder.js
import React from "react"; const DatatablePlaceholder = (props) => { let lines = props.lines; if ( !lines ) lines = 3; return ( <div className="rsssl-datatable-placeholder"> {Array.from({length: lines}).map((item, i) => (<div key={i} ></div>))} </div> ); } export default DatatablePlaceholder;
Submit
FILE
FOLDER
Name
Size
Permission
Action
DashboardPlaceholder.js
413 bytes
0644
DatatablePlaceholder.js
339 bytes
0644
MenuPlaceholder.js
363 bytes
0644
PagePlaceholder.js
993 bytes
0644
Placeholder.js
452 bytes
0644
SettingsPlaceholder.js
565 bytes
0644
N4ST4R_ID | Naxtarrr