YearPicker API
Documentação da API para o componente React YearPicker . Aprenda sobre as propriedades disponíveis e a API CSS.
Importação
import YearPicker from '@mui/lab/YearPicker';
// ou
import { YearPicker } from '@mui/lab';
Nome do componente
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
Nome da regra | Classe global | Descrição |
---|---|---|
root | .MuiYearPicker-root | Estilos aplicados ao elemento raiz. |
Você pode sobrescrever o estilo do componente usando uma dessas opções de customização:
- With a global class name.
- With a rule name as part of the component's
styleOverrides
property in a custom theme.