File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/Views/Components/ListTable/TableCell/index.tsx
Back
import styles from './TableCell.module.scss'; import cx from 'classnames'; export default function TableCell({className = '', children = null, heading = false}) { if (heading) { return ( <th className={cx(styles.tableCell, styles.tableRowHeader, className)} scope="row"> {children} </th> ); } return <td className={cx(styles.tableCell, className)}>{children}</td>; } export function IdBadge({id, addClass = ''}) { return <div className={cx(styles.idBadge, addClass)}>{id}</div>; }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings