@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
19 lines • 749 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const icon_view_1 = require("./icon_view");
const mobx_react_1 = require("mobx-react");
const editor_common_1 = require("../editor/editor_common");
exports.IconEditor = {
Component: mobx_react_1.observer(icon_view_1.IconView),
title: 'Icon',
control: 'Icon',
icon: 'bath',
props: editor_common_1.propGroup('Icon', {
name: editor_common_1.prop({
label: 'Icon',
type: 'string',
documentation: 'Please see the list of icons here: <a href="https://react.semantic-ui.com/elements/icon/" target="_blank">https://react.semantic-ui.com/elements/icon/</a>'
})
})
};
//# sourceMappingURL=icon_editor.js.map