Socket
Socket
Sign inDemoInstall

@iot-app-kit/related-table

Package Overview
Dependencies
1
Maintainers
0
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @iot-app-kit/related-table

IoT Application Kit - Related Table component


Version published
Weekly downloads
382
decreased by-8.83%
Maintainers
0
Created
Weekly downloads
 

Changelog

Source

10.8.0 (2024-06-24)

Features

  • anomaly-chart: added gestures enablement option (4c2402c)
  • react-components: add arrow datasource (efb0d6d)

Bug Fixes

  • dashboard: add apply and cancel buttons to settings modal (81336cf)
  • dashboard: bring dashboard view component up to date (cf75507)
  • react-components: improve gauge thresholds (09b352f)
  • react-components: thresholds properly add and remove series (bb8e451)

Readme

Source

Related Table is a tree view table component written in React and built over @awsui/components-react table component providing client side filtering, sorting and pagination with high performant and optimistic rendering.

Presents data in a two-dimensional table format with hierarchical view, arranged in columns and rows in a rectangular form.

Stack

  • React and React Hooks >= 16.8.0
  • Typescript >= 4.3.0
  • AWSUI open source dependencies:
    • @awsui/components-react: ^3.0.0
    • @awsui/collection-hooks: ^1.0.0
    • @awsui/design-tokens: ^3.0.0

Install - Peer dependencies

Add to your package.json:

npm i --save @iot-app-kit/related-table @awsui/collection-hooks @awsui/components-react @awsui/design-tokens react react-dom styled-components

Development

Local Setup

npm install

Storybook

npm run storybook

Jest

Jest tests are set up to run with npm test.

TypeScript

tsconfig.json is set up to interpret dom and esnext types, as well as react for jsx. Adjust according to your needs.

Including Styles

For this package we use CSS-in-JS with styled-components, so please refer to src/RelatedTable/Common/StyledComponents.tsx file

FAQs

Last updated on 25 Jun 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc