I am wondering if there is a way in ReactJs to show only one component(element) when I press print (real life print). I am having a button named how-to-play and when you click on it my modal open with the guide and with tons of text.
How do I make this in reactjs? I tried using @media print but it just wont trigger my button obviously .
So basically: I open my app press print(CTRL+P) and I want to print only the text which comes up after pressing the how-to-play button.
Please give me some advice on how to do that.