YearPicker API
API documentation for the React YearPicker component. Learn about the available props, and the CSS API.
Import
import YearPicker from '@material-ui/lab/YearPicker';
// ou
import { YearPicker } from '@material-ui/lab';Component name
The nameMuiYearPicker can be used when providing default props or style overrides in the theme.Propriedades
| Nome | Tipo | Padrão | Descrição |
|---|---|---|---|
| onYearChange | func | Callback firing on year change @DateIOType. | |
| shouldDisableYear | func | Disable specific years dynamically. Works like shouldDisableDate but for year selection view @DateIOType. |
O
ref é encaminhado para o elemento raiz.CSS
| Rule name | Global class | Descrição |
|---|---|---|
| root | .MuiYearPicker-root |
You can override the style of the component using one of these customization options:
- With a global class name.
- With a rule name as part of the component's
styleOverridesproperty in a custom theme.