diff --git a/README.md b/README.md index 0c7f91f..56d525f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,25 @@ VueDT Crazy lightweight Vuejs Date and Time picker component, only 5kb minified and gzipped. -**attention** +Early Alpha! +------------ Early alpha status. Not for production use. Feel free to play around with it. Feature and pull requests are welcome! + +Screenshots +----------- + +![Screenshot01](https://raw.githubusercontent.com/nkoehring/vuedt/master/vuedt01.jpg) +![Screenshot02](https://raw.githubusercontent.com/nkoehring/vuedt/master/vuedt02.jpg) + +There are also nice animations 'n stuff. + +Planned features +---------------- + + * proper i18n + * black or white listing of dates and date ranges + * highlighting of particular dates, date ranges and colums + * limited theming support diff --git a/vuedt01.jpg b/vuedt01.jpg new file mode 100644 index 0000000..155f74c Binary files /dev/null and b/vuedt01.jpg differ diff --git a/vuedt02.jpg b/vuedt02.jpg new file mode 100644 index 0000000..5a19d66 Binary files /dev/null and b/vuedt02.jpg differ