comments
This commit is contained in:
@@ -4,7 +4,8 @@ import { customElement, property, query } from 'lit/decorators.js';
|
||||
import { PopoverPlacement, UUIPopoverElement, UUISymbolExpandElement } from '@umbraco-ui/uui';
|
||||
import { InterfaceColor, InterfaceLook } from '@umbraco-ui/uui-base/lib/types';
|
||||
|
||||
//TODO: maybe this should go to UI library? It's a common pattern
|
||||
// TODO: maybe this should go to UI library? It's a common pattern
|
||||
// TODO: consider not using this, but instead use dropdown, which is more generic shared component of backoffice. (this is at the movement only used in Log Viewer)
|
||||
@customElement('umb-button-with-dropdown')
|
||||
export class UmbButtonWithDropdownElement extends LitElement {
|
||||
static styles = [
|
||||
|
||||
@@ -3,6 +3,7 @@ import { css, html, nothing } from 'lit';
|
||||
import { customElement, property } from 'lit/decorators.js';
|
||||
import { UmbLitElement } from '@umbraco-cms/element';
|
||||
|
||||
// TODO: maybe move this to UI Library.
|
||||
@customElement('umb-dropdown')
|
||||
export class UmbDropdownElement extends UmbLitElement {
|
||||
static styles = [
|
||||
|
||||
Reference in New Issue
Block a user