UNPKG

@fleetbase/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

10 lines (8 loc) 311 B
import Component from '@glimmer/component'; /** * A labelled field row in the properties panel. * * @argument {String} label - Field label * @argument {String} span - Optional: '2' for full-width (grid col-span-2) */ export default class TemplateBuilderPropertiesPanelFieldComponent extends Component {}