date-time-pickerpackage.theme.material.vaadin-date-time-picker-styles.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
import '@vaadin/date-picker/theme/material/vaadin-date-picker.js';
import '@vaadin/time-picker/theme/material/vaadin-time-picker.js';
import { customField } from '@vaadin/custom-field/theme/material/vaadin-custom-field-styles.js';
import { helper } from '@vaadin/vaadin-material-styles/mixins/helper.js';
import { requiredField } from '@vaadin/vaadin-material-styles/mixins/required-field.js';
import { registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
registerStyles('vaadin-date-time-picker', [requiredField, helper, customField], {
moduleId: 'material-date-time-picker',
});