0.5.1 • Published 2 years ago
@mklog/widgets v0.5.1
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
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
heading | heading | string | 'Product Updates' | |
kind | kind | Determines 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) | organization | string | undefined | |
subheading | subheading | string | 'The latest features, improvements, and bug fixes.' |
0.5.0
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.5.1
2 years ago
0.3.0
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.16
3 years ago
0.1.17
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.14
3 years ago
0.1.15
3 years ago
0.1.10
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago