🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 19:25:37 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
easy-accordion-free
/
src
/
components
/
button
📍 /home/eliteewa/public_html/wp-content/plugins/easy-accordion-free/src/components/button
🔄 Refresh
✏️
Editing: index.js
Writable
import "./editor.scss"; const Button = ({ children, className, ...props }) => { return ( <button {...props} className={`sp-eab-button-component${className ? " " + className : ""}`}> {children} </button> ); }; export default Button;
💾 Save Changes
❌ Cancel