4 comments found.
I’m interested, looks good, but a question.
I see in the code you have for example class=”sc-jTzLTM licMgJ”>
Is that indeed how it is coded or are the actual class names being obfuscated somehow. ?
The reason I ask is it I want to make some changes to no not want to stress by brain trying to remember or work out what sc-jTzLTM might mean.
I would rather is be using traditional words that have some meaning.
Cheers
Hello
RForme uses Styled components, which generate class names and current approach makes CSS properties for component encapsulated/isolated, to avoid class names conflicts.
More details https://styled-components.com
Hello! If i will buy you app how i can edit and customize please explain to me. Thank you!
Hello
RForme – React Non Registered Forms has styled forms with validations.
To customize forms please change theme variables like in CSS but via styled components (themes/default.js) for example colors
colors: {
primary: '#2d8fea',
primatyHover: '#2880d2',
error: '#ed4956',
title: '#444444',
},
or just change styled components direct for specific component (Input.style.js)
Congratulations! Nice Work, GLWS 
Thanks