Button by 21212004ALJI
#212121
18K views
@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