ExampleCopy<button primary large>Primary action</button> <button outlined>Secondary action</button> <button href="/docs/getting-started">Safe anchor mode</button>
Usage NotesRenders `<a>` when `href` is safe and present.Falls back to `<button>` for unsafe or empty `href` values.Supports Bulma states such as `loading`, `active`, and `rounded`.