1.0.37 • Published 7 months ago

@rttui/skin-anocca v1.0.37

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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-icons

Usage

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.
  • TableHeaderRow
  • HeaderPinButtons
  • RowPinButtons
  • Resizer
  • CellAvatar
  • CellAvatarWithText
  • CellNumber
  • CellTag
  • CellText
  • ExpandButton
  • Checkbox
  • CellTextBold
  • CellCurrency
  • CellBadge
  • Cell
  • CellLink
  • CellPercent
1.0.37

7 months ago

1.0.36

7 months ago

1.0.35

7 months ago

1.0.34

7 months ago

1.0.33

7 months ago

1.0.32

7 months ago

1.0.31

7 months ago

1.0.30

7 months ago

1.0.29

7 months ago

1.0.28

7 months ago

1.0.27

7 months ago

1.0.26

7 months ago

1.0.25

7 months ago

1.0.24

7 months ago

1.0.23

7 months ago

1.0.22

7 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.0.0

7 months ago