Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.04 KB

readme.md

File metadata and controls

52 lines (34 loc) · 1.04 KB

al-console

Properties

Property Attribute Description Type Default
graph graph string null
tabSize tab-size number 2

Events

Event Description Type
graphSubmitted CustomEvent<any>

Dependencies

Used by

Depends on

  • ion-item
  • ion-textarea
  • ion-button
  • ion-icon

Graph

graph TD;
  al-console --> ion-item
  al-console --> ion-textarea
  al-console --> ion-button
  al-console --> ion-icon
  ion-item --> ion-icon
  ion-item --> ion-ripple-effect
  ion-button --> ion-ripple-effect
  al-control-panel --> al-console
  style al-console fill:#f9f,stroke:#333,stroke-width:4px
Loading

Built with StencilJS