Image
Code

[VizStudy]Week6: Menus with React

hotdoujiang

Last edited Oct 27, 2019
Created on Oct 25, 2019
Forked from React Starter

React starter code following Curran's lecture

  • use 'rem' to change font size of menu if 'em' don't works
  • pass in 'options' as property to the dropdown menu function
  • use state to track the selected value
  • set a initial value to the usestate()

Finished!

MIT Licensed