Skip to content

Commit 302eb0f

Browse files
committed
init
1 parent 7fe87b3 commit 302eb0f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+28014
-162
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
out/
3+
doc/
4+
coverage

LICENSE

Lines changed: 499 additions & 160 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# pickers
2-
pickers
1+
# Pickers
2+
3+
Color Pickers
4+
5+
Date Pickers
6+
7+
File Pickers
8+

app.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var express = require('express');
2+
var app = express();
3+
4+
app.use(express.static(__dirname));
5+
6+
console.log("http://localhost:8088/demos/index.html");
7+
app.listen(8088);

demos/assets/icons/x2/apple.png

655 Bytes
Loading
479 Bytes
Loading

demos/assets/icons/x2/close.over.png

713 Bytes
Loading
554 Bytes
Loading
807 Bytes
Loading
412 Bytes
Loading

0 commit comments

Comments
 (0)