There was an error while loading. Please reload this page.
1 parent f74e38b commit d62cf63Copy full SHA for d62cf63
1 file changed
README.md
@@ -2,3 +2,11 @@
2
User Interface widgets and utilities for Solid
3
4
These are HTML5 widgets which connect to a solid store. Building blocks for solid-based apps.
5
+
6
+A selection
7
+```
8
+ var UI = require('solid-ui')
9
10
+ var acl = require('solid-ui').acl
11
12
+The submodules at the moment include log, acl, acl-control, messageArea, etc
0 commit comments