1.0.50 • Published 9 months ago

@rttui/skin-mui v1.0.50

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

9 months ago

1.0.49

9 months ago

1.0.48

9 months ago

1.0.47

10 months ago

1.0.46

10 months ago

1.0.45

10 months ago

1.0.44

10 months ago

1.0.43

10 months ago

1.0.42

10 months ago

1.0.41

10 months ago

1.0.40

10 months ago

1.0.39

10 months ago

1.0.38

10 months ago

1.0.37

10 months ago

1.0.36

10 months ago

1.0.35

10 months ago

1.0.34

10 months ago

1.0.33

10 months ago

1.0.32

10 months ago

1.0.31

10 months ago

1.0.30

10 months ago

1.0.29

10 months ago

1.0.28

11 months ago

1.0.27

11 months ago

1.0.26

11 months ago

1.0.25

11 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.0

11 months ago