# Button ## 🍀 Preview ## 📍 Example ### Icon Button ```ts function Demonstration() { return ( ); } ``` ### Text Button ```ts function Demonstration() { return ( ); } ``` ### Text and Icon Button ```ts function Demonstration() { return ( ); } ```