UNPKG
generator-patternpack
Version:
latest (0.10.0)
0.10.0
0.9.1
0.9.0
PatternPack yeoman generators to make creating a pattern library easy.
generator-patternpack
/
pattern
/
templates
/
pattern.md
16 lines
(13 loc)
•
213 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title:
<%=
title
%>
---
## <%= name %>
TODO:
Add
description
of
<%=
name
%>
...
### Examples
<div
class="library__example">
TODO:
Add
visual
example...
</div>
### Code
```html
TODO:
Add
code
example...
```