element-book 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ An [`element-vir`](https://npmjs.com/element-vir) drop-in element for building,
|
|
|
4
4
|
|
|
5
5
|
Currently in MVP form. Functional, but WIP.
|
|
6
6
|
|
|
7
|
+
[Example here.](https://electrovir.github.io/element-book/)
|
|
8
|
+
|
|
7
9
|
# Installation
|
|
8
10
|
|
|
9
11
|
```bash
|
|
@@ -12,7 +14,12 @@ npm i element-book
|
|
|
12
14
|
|
|
13
15
|
# Terminology
|
|
14
16
|
|
|
15
|
-
- **
|
|
17
|
+
- **Chapter**: a group of sub-chapters or element examples. Chapters can be infinitely nested.
|
|
18
|
+
- **Example**: an individual element example with independent state, styles, and title.
|
|
19
|
+
|
|
20
|
+
# Usage
|
|
21
|
+
|
|
22
|
+
_todo_
|
|
16
23
|
|
|
17
24
|
# Why not Storybook?
|
|
18
25
|
|