Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.18 KB

readme.md

File metadata and controls

56 lines (38 loc) · 1.18 KB

al-url-picker

Properties

Property Attribute Description Type Default
url url string null
urls -- Map<string, string> null

Events

Event Description Type
urlChange CustomEvent<any>

Dependencies

Used by

Depends on

  • ion-item
  • ion-select
  • ion-select-option
  • ion-input
  • ion-button
  • ion-icon

Graph

graph TD;
  al-url-picker --> ion-item
  al-url-picker --> ion-select
  al-url-picker --> ion-select-option
  al-url-picker --> ion-input
  al-url-picker --> ion-button
  al-url-picker --> ion-icon
  ion-item --> ion-icon
  ion-item --> ion-ripple-effect
  ion-button --> ion-ripple-effect
  al-control-panel --> al-url-picker
  style al-url-picker fill:#f9f,stroke:#333,stroke-width:4px
Loading

Built with StencilJS