0.5.1 • Published 7 months ago

@mklog/widgets v0.5.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Makelog Widgets

mklog-ledger

The Changelog component is used for displaying an organizations ledger in a web page. The component can be used as standard HTML element by following this example:

<mklog-ledger
  organization="d6f520d3-d197-4090-a9b2-9259b5828755"
  kind="element">
</mklog-ledger>

Or as popup that is triggered when the wrapped HTML element is clicked. As in this example:

<mklog-ledger
  organization="d6f520d3-d197-4090-a9b2-9259b5828755"
  kind="popper">
  <a class="menu-item" href="javascript:void">Changelog</a>
</mklog-ledger>

Basic styling is allowed for the ledger component using CSS variables. As an example:

  mklog-ledger {
    --mklog-color-brand-background: #121927;
    --mklog-color-brand-text: #E5E7EB;
  }

Properties

PropertyAttributeDescriptionTypeDefault
headingheadingstring'Product Updates'
kindkindDetermines how the ledger is rendered either as a standard HTML element (default) or as a pop-up triggered when any contained HTML is clicked."element" \| "popper"'element'
organization (required)organizationstringundefined
subheadingsubheadingstring'The latest features, improvements, and bug fixes.'
0.5.0

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.5.1

7 months ago

0.3.0

11 months ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago