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
24 lines (21 loc) • 453 B
JSX
import React from 'react';
import {
createExample,
} from '../../services';
export default createExample([{
title: 'TextInput',
html: require('./text_input.html'),
hasDarkTheme: false,
}, {
title: 'TextArea',
html: require('./text_area.html'),
hasDarkTheme: false,
}, {
title: 'CheckBox',
html: require('./check_box.html'),
hasDarkTheme: false,
}, {
title: 'Select',
html: require('./select.html'),
hasDarkTheme: false,
}]);