Romanusname
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
Romanusname created a post, Custom component highlighting in Webstorm / React js
How can I set different colors for my components in WebStorm? import Main from './Main' import Section from './Section' export default function home(){ return( <Main> <Sect...