I found a solution if anyone is looking, unfortunately shortcodes still don’t work.
looking at the source code of the documentation
Instead of writing: [button]Default[/button]
You can write: <button type="button" class="btn">Default</button>
and achieve the same result.