Skip to content

Widgets and Items? #434

Answered by Lissy93
yidhoe asked this question in Q&A
Jan 24, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Heya @yidhoe

Not sure I fully understand the question, do you mean how to display both items and widgets in the same section?

If so, you can just put them together, like this:

sections:
- name: BitCoin Node
  icon: fab fa-bitcoin
  items:
  - title: Local BitCoin Node
    icon: ':lock:'
    url: https://bitcoin-node.local/ui
  ...
  widgets:
  - type: crypto-price-chart
    options:
      asset: bitcoin
      currency: GBP
      numDays: 7
- name: Another Section
  ...

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@yidhoe
Comment options

@yidhoe
Comment options

@Lissy93
Comment options

@yidhoe
Comment options

Answer selected by Lissy93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants