Kibo UI
Grid

List

List views are a great way to show a list of tasks grouped by status and ranked by priority.

Powered by

Planned

AI Scene Analysis

Al

Real-time Video Chat

Di

AI-Assisted Video Transitions

Ge

Multi-User Permissions

Ju

AI Scene Recommendations

Mi

Global CDN Integration

Pe

AI-Powered Video Summarization

Sa

In Progress

Collaborative Editing

Bo

AI Voice-to-Text Subtitles

Et

Version Control System

Ha

AI-Powered Audio Enhancement

Ke

Collaborative Storyboarding

Na

AI Object Tracking

Qu

Blockchain-based Asset Licensing

To

Done

AI-Powered Color Grading

Ch

Cloud Asset Management

Fi

AI Content-Aware Fill

Ia

Real-time Project Analytics

La

AI-Driven Video Compression

Os

Real-time Language Translation

Ra

Installation

npx kibo-ui@latest add list

Features

  • Drag and drop items between groups
  • Customize the item contents

Examples

Simple version

Planned

AI Scene Analysis

Real-time Video Chat

AI-Assisted Video Transitions

Multi-User Permissions

AI Scene Recommendations

Global CDN Integration

AI-Powered Video Summarization

In Progress

Collaborative Editing

AI Voice-to-Text Subtitles

Version Control System

AI-Powered Audio Enhancement

Collaborative Storyboarding

AI Object Tracking

Blockchain-based Asset Licensing

Done

AI-Powered Color Grading

Cloud Asset Management

AI Content-Aware Fill

Real-time Project Analytics

AI-Driven Video Compression

Real-time Language Translation

Props

The list view is made up of the following subcomponents:

ListProvider

The ListProvider component is used to provide the features to the list.

PropTypeDefault
className?
string
-
onDragEnd
(event: DragEndEvent) => void
-
children
ReactNode
-

ListGroup

The ListGroup component is used to display a group of items.

PropTypeDefault
className?
string
-
children
ReactNode
-
id
string
-

ListHeader

The ListHeader component is used to display the header of a group.

PropTypeDefault

ListItems

The ListItems component is used to display the items of a group.

PropTypeDefault
className?
string
-
children
ReactNode
-

ListItem

The ListItem component is used to display an item.

PropTypeDefault
className?
string
-
children?
ReactNode
-
parent
string
-
index
number
-
name
string
-
id
string
-

On this page