1.0.55 • Published 5 months ago
@rttui/skin-bleu v1.0.55
Virtualized Table - Bleu Skin
This package provides an Bleu-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-bleu @rttui/core react react-dom @emotion/react @emotion/styled react-icons
# or
yarn add @rttui/skin-bleu @rttui/core react react-dom @emotion/react @emotion/styled react-iconsUsage
Import the BleuSkin object and pass it to the VirtualizedTable component:
import { VirtualizedTable } from '@rttui/core';
import { BleuSkin } from '@rttui/skin-bleu';
// ... component setup ...
<VirtualizedTable
{/* ... other props ... */}
skin={BleuSkin}
/>Exported Components
The following components are exported:
BleuSkin: The main skin object to pass to the table.TableHeaderRowHeaderPinButtonsRowPinButtonsResizerCellAvatarCellAvatarWithTextCellNumberCellTagCellTextExpandButtonCheckboxCellTextBoldCellCurrencyCellBadgeCellCellLinkCellPercentHeaderResizer
1.0.55
5 months ago
1.0.54
5 months ago
1.0.53
5 months ago
1.0.52
5 months ago
1.0.51
5 months ago
1.0.50
5 months ago
1.0.49
6 months ago
1.0.48
6 months ago
1.0.47
6 months ago
1.0.46
6 months ago
1.0.45
6 months ago
1.0.44
6 months ago
1.0.43
6 months ago
1.0.42
6 months ago
1.0.41
6 months ago
1.0.40
6 months ago
1.0.39
7 months ago
1.0.38
7 months ago