kibana-123
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
25 lines (22 loc) • 578 B
JSX
import React from 'react';
import {
createExample,
} from '../../services';
export default createExample([{
title: 'Table',
html: require('./table.html'),
js: require('raw!./table.js'),
hasDarkTheme: false,
}, {
title: 'ControlledTable',
html: require('./controlled_table.html'),
hasDarkTheme: false,
}, {
title: 'ControlledTable with LoadingItems',
html: require('./controlled_table_loading_items.html'),
hasDarkTheme: false,
}, {
title: 'ControlledTable with NoItems',
html: require('./controlled_table_no_items.html'),
hasDarkTheme: false,
}]);