material-datetime-picker icon indicating copy to clipboard operation
material-datetime-picker copied to clipboard

A material design date-time picker for the web

Results 34 material-datetime-picker issues
Sort by recently updated
recently updated
newest added

I've just included this library on my project but I've just found that the styles are broken when you're using another library like MaterializeCSS. Some of them are related with...

integration

The `gh-pages` branch hasn't been updated since this project was revised.

Investigate including the icons as inline SVGs. It should also be possible to customise the icons (e.g. custom SVG or a class for an icon font).

enhancement

#99 moves SCSS compilation to [rollup-plugin-sass](https://www.npmjs.com/package/rollup-plugin-sass). It seems that `options.sourceMap` should make `node-sass` include source maps, but the file is not generated with: ```js plugins: [ sass({ output: 'dist/material-datetime-picker.css', options:...

help wanted