Is it possible for the user to input their name and have it appear on the screen once they click the save button? I am using Mantine design framework and want to utilize pseudo classes. However, styling two classes at once seems tricky in Mantine compared to regular CSS.
Currently, when holding down the mouse button, the save button disappears temporarily but then reappears. I would like it to stay hidden permanently. How can I achieve this without affecting the visibility of other elements?
I am experimenting with React components and styles to create this functionality. Any insights or suggestions would be greatly appreciated!