Skip to content

Commit 06a9501

Browse files
authored
Add documentation about supported features
1 parent 1681c75 commit 06a9501

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## The Handlebars engine for Pattern Lab / Node
1+
# The Handlebars engine for Pattern Lab / Node
22

33
To install the Handlebars engine in your edition, `npm install patternengine-node-handlebars` should do the trick.
44

5+
## Supported features
6+
- [x] [Includes](http://patternlab.io/docs/pattern-including.html)
7+
- [x] Lineage
8+
- [x] [Hidden Patterns](http://patternlab.io/docs/pattern-hiding.html)
9+
- [x] [Pseudo-Patterns](http://patternlab.io/docs/pattern-pseudo-patterns.html)
10+
- [x] [Pattern States](http://patternlab.io/docs/pattern-states.html)
11+
- [ ] [Pattern Parameters](http://patternlab.io/docs/pattern-parameters.html) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))
12+
- [ ] [Style Modifiers](http://patternlab.io/docs/pattern-stylemodifier.html) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html))

0 commit comments

Comments
 (0)