Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.29 KB

LTS+sub-branches

CBoxLine

Web component <c-box-line> represents a text “box” and “arrow” connected a line, see example.

Options

Usage

Web Component <c-box-line position-bubble position-circle><*></*></c-box-line>:

  • The “image caption” component, i.e. the line from <*> to the pointer (circle)
  • The component is expanded to 100% and placed in the top left
  • box and wheel (and line) are positioned percentage-wise within the component using the position-* attributes
  • partially treated if, the box and wheel are in the horizontal/vertical plane
  • by default the box is moved to 0 0 and the wheel to 100 100 (see attributes)
  • all configuration options see getComponentConfig (and type config and attributes)

Development