Button by 212004ALJI

#212121
18K views

Comments

4

Log in to add comments

0/256

2
1
0
1. August 2023. at 17:42

Cool! But what if I want to change the 'Glitch' text dynamically ?

2
1
0
22. August 2023. at 7:19

@jpausa What do you mean?

2
1
0
21. July at 14:48

@jpausa Youll require js for that..

2
1
0
24. November at 17:33

@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>;

No variations yet
MIT License