1.0.50 • Published 5 months ago

@rttui/skin-mui v1.0.50

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Virtualized Table - MUI Skin

This package provides a Material UI (MUI) styled skin for the @rttui/core virtualized table.

Dependencies

  • @rttui/core: The core table logic.
  • react (peer)
  • react-dom (peer)
  • @mui/material (peer)
  • @emotion/react (peer)
  • @emotion/styled (peer)
  • @mui/icons-material (peer/dev)

Ensure peer dependencies are installed in your project.

Setup

npm install @rttui/skin-mui @rttui/core react react-dom @mui/material @emotion/react @emotion/styled @mui/icons-material
# or
yarn add @rttui/skin-mui @rttui/core react react-dom @mui/material @emotion/react @emotion/styled @mui/icons-material

Usage

Import the MuiSkin object and pass it to the VirtualizedTable component:

import { VirtualizedTable } from '@rttui/core';
import { MuiSkin } from '@rttui/skin-mui';

// ... component setup ...

<VirtualizedTable
  {/* ... other props ... */}
  skin={MuiSkin}
/>

Exported Components

The following components are exported:

  • MuiSkin: The main skin object to pass to the table.
  • HeaderPinButtons
  • Checkbox
  • CellAvatar
  • CellAvatarWithText
  • CellNumber
  • CellTag
  • CellText
  • Resizer
  • ExpandButton
  • RowPinButtons
  • CellTextBold
  • CellCurrency
  • CellBadge
  • Cell
  • CellLink
  • CellPercent
1.0.50

5 months ago

1.0.49

5 months ago

1.0.48

5 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

6 months ago

1.0.38

6 months ago

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

8 months ago