Skip to content

jwunderl/pxt-status-bar

Repository files navigation

title description
PXT Status Bar
General purpose status bars --beta

Open this page at https://jwunderl.github.io/pxt-status-bar/

Use this extension

This repository can be added as an extension in MakeCode.

Block Docs

statusbars.create

This creates a status bar

let statusbar = statusbars.create(20, 4, StatusBarKind.Health)

Edit this extension Build status badge

To edit this repository in MakeCode.

Blocks preview

This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.

A rendered view of the blocks

Metadata (used for search, rendering)

  • for PXT/arcade
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>