Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/@buffetjs/custom/src/components/List/index.js
Назад
/** * * List * */ import React from 'react'; import PropTypes from 'prop-types'; import { List as ListCompo, ListHeader, Padded } from '@buffetjs/core'; import { Card } from '@buffetjs/styles'; function List({ title, subtitle, button, isLoading, items, customRowComponent, }) { return ( <Card> <Padded right left size="md"> <ListHeader title={title} subtitle={subtitle} button={button} /> </Padded> <ListCompo items={items} isLoading={isLoading} customRowComponent={customRowComponent} /> </Card> ); } List.defaultProps = { button: null, customRowComponent: null, isLoading: false, items: [], title: null, subtitle: null, }; List.propTypes = { button: PropTypes.shape({ color: PropTypes.string, icon: PropTypes.bool, type: PropTypes.string, }), customRowComponent: PropTypes.func, isLoading: PropTypes.bool, items: PropTypes.instanceOf(Array), subtitle: PropTypes.string, title: PropTypes.string, }; export default List;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка