flow-components icon indicating copy to clipboard operation
flow-components copied to clipboard

DO NOT MERGE: Lit components test

Open web-padawan opened this issue 11 months ago • 2 comments

Description

This is a PR to check Flow components using Lit based entrypoints of web components.

The following components are covered so far:

  • Accordion
  • AppLayout
  • AvatarGroup
  • Checkbox
  • ComboBox
  • ContextMenu
  • CustomField
  • DatePicker
  • DateTimePicker
  • Details
  • Dialog
  • HorizontalLayout
  • ListBox
  • Map
  • Notification
  • RadioButtonGroup
  • Scroller
  • Select
  • SplitLayout
  • Tabs
  • TimePicker
  • VerticalLayout
  • VirtualList

Type of change

  • Test

Note

Current approach with using Vite plugin has some issues when LOCAL_WEB_COMPONENTS_PATH is set.

web-padawan avatar Nov 11 '24 10:11 web-padawan