mui/material-ui

[Docs] Annotate callback props with @param tags

mbrookes opened this issue · 3 comments

#2841 Added the ability to document the parameters that are passed to callbacks by functions, therefore we need to add that annotation to all public callback properties, following this guide.

  • AppBar (#3449)
  • AutoComplete (#3550
  • Avatar (N/A)
  • Badge (N/A)
  • Card (#3552)
  • Checkbox (#3607)
  • CircularProgress (N/A)
  • DatePicker (#3652)
  • Dialog
  • Divider (N/A)
  • Drawer (LeftNav) (#3743)
  • DropDownMenu (#3615)
  • FlatButton (#3676)
  • FloatingActionButton (#3683)
  • FontIcon (#3693)
  • GridList (N/A)
  • IconButton (#3709)
  • IconMenu (#3732)
  • LinearProgress (N/A)
  • List (#3748)
  • Menu (#3821)
  • Paper (N/A)
  • Popover (#3796)
  • RadioButton (#3797)
  • RaisedButton (#3839)
  • RefreshIndicator (N/A)
  • SelectField (#3924)
  • Slider(#5760)
  • Snackbar
  • Stepper
  • SvgIcon
  • Table
  • Tabs
  • TextField
  • TimePicker
  • Toggle
  • Toolbar (N/A)

Related to #2957.

+1

In search for Sliders onChange callback params.

Use the source Luke. (And feel free to submit a PR).

@mbrookes PR #5804 should care for TextField