Skip to content

Commit 3581f4f

Browse files
bradfrostbmuenzenmeyer
authored andcommitted
Add additional content WIP
1 parent a02d000 commit 3581f4f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/docs/src/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ archiveButtonText: See all posts
66
socialImage: ''
77
---
88

9+
<video autoplay="" loop="" playsinline="" muted="">
10+
<source src="https://patternlab.io/assets/atomic-design.mp4" type="video/mp4">
11+
</video>
12+
913
Pattern Lab helps you and your team build thoughtful, pattern-driven user interfaces using atomic design principles.
1014

11-
At its core, Pattern Lab is a static site generator (powered by either PHP or Node) that stitches together UI components. But there's a whole lot more to it than that!
15+
```
16+
npm create pattern-lab
17+
```
18+
19+
At its core, Pattern Lab is a static site generator (powered by either Node or PHP) that stitches together UI components. But there's a whole lot more to it than that!
1220

1321
- **Nested Patterns** - Pattern Lab lets you include UI patterns inside each other like Russian nesting dolls. Make a change to a pattern, and see those changes reflected anywhere the pattern is included!
1422
- **Design With Dynamic Data** - Unlike static design tools, Pattern Lab lets you easily swap in different representative content into your components to ensure they can handle the dynamic nature of your content.

0 commit comments

Comments
 (0)