@rttui/skin-anocca v1.0.37
Virtualized Table - Anocca Skin
This package provides an Anocca-styled skin for the @rttui/core virtualized table.
Dependencies
@rttui/core: The core table logic.react(peer)react-dom(peer)@emotion/react(peer/dev)@emotion/styled(peer/dev)@mui/material(peer/dev - Check if truly needed or leftover)react-icons(peer/dev)
Ensure peer dependencies are installed in your project.
Setup
npm install @rttui/skin-anocca @rttui/core react react-dom @emotion/react @emotion/styled react-icons
# or
yarn add @rttui/skin-anocca @rttui/core react react-dom @emotion/react @emotion/styled react-iconsUsage
Import the AnoccaSkin object and pass it to the VirtualizedTable component:
import { VirtualizedTable } from '@rttui/core';
import { AnoccaSkin } from '@rttui/skin-anocca';
// ... component setup ...
<VirtualizedTable
{/* ... other props ... */}
skin={AnoccaSkin}
/>Exported Components
The following components are exported:
AnoccaSkin: The main skin object to pass to the table.TableHeaderRowHeaderPinButtonsRowPinButtonsResizerCellAvatarCellAvatarWithTextCellNumberCellTagCellTextExpandButtonCheckboxCellTextBoldCellCurrencyCellBadgeCellCellLinkCellPercent
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago