mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 19:02:53 +08:00
InlineForms: Changes to make inline forms more flexible for query editors (#29782)
* Chore: Remove internal import for QueryEditorRow * WIP inline forms fixes * Added segment group component * Added component status doc tag * Chore: add as prop to InlineLabel to control rendered element (#29876) * Use div for InlineLabel & fix iconbuttons positioning Co-authored-by: Elfo404 <gio.ricci@grafana.com>
This commit is contained in:
@ -152,6 +152,7 @@ export { Legend } from './Forms/Legend';
|
||||
export { FieldSet } from './Forms/FieldSet';
|
||||
export { FieldValidationMessage } from './Forms/FieldValidationMessage';
|
||||
export { InlineField } from './Forms/InlineField';
|
||||
export { InlineSegmentGroup } from './Forms/InlineSegmentGroup';
|
||||
export { InlineLabel } from './Forms/InlineLabel';
|
||||
export { InlineFieldRow } from './Forms/InlineFieldRow';
|
||||
export { FieldArray } from './Forms/FieldArray';
|
||||
|
Reference in New Issue
Block a user