1.0.37 • Published 9 months ago

@rttui/skin-anocca v1.0.37

Weekly downloads
-
License
-
Repository
-
Last release
9 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

9 months ago

1.0.36

9 months ago

1.0.35

9 months ago

1.0.34

9 months ago

1.0.33

9 months ago

1.0.32

9 months ago

1.0.31

10 months ago

1.0.30

10 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.0.26

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.0.0

10 months ago