Button by 212004ALJI
#212121
18K views
Cool! But what if I want to change the 'Glitch' text dynamically ?
@jpausa What do you mean?
@jpausa Youll require js for that..
@jpausa @jpausa I am assuming you use React, In React, you can dynamically set a button's text by passing it as children to the component: const Button = ({ children }) => <button>{children}</button>;
MIT License