readme-aura 0.3.8 → 0.3.9
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 +5 -3
- package/package.json +1 -1
- package/readme.source.md +5 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://www.npmjs.com/package/readme-aura)
|
|
2
2
|
|
|
3
3
|
Write custom **React/JSX components** directly inside your Markdown, and readme-aura will render them into beautiful SVGs that work on GitHub.
|
|
4
4
|
|
|
@@ -104,7 +104,9 @@ jobs:
|
|
|
104
104
|
|
|
105
105
|
## Components
|
|
106
106
|
|
|
107
|
-
readme-aura ships with ready-to-use components you can drop into any ` ```aura ` block
|
|
107
|
+
readme-aura ships with ready-to-use components you can drop into any ` ```aura ` block - no imports needed. They are automatically available in the JSX context.
|
|
108
|
+
|
|
109
|
+
### SocialMediaButton
|
|
108
110
|
|
|
109
111
|
<table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
|
|
110
112
|
<colgroup>
|
|
@@ -138,7 +140,7 @@ readme-aura ships with ready-to-use components you can drop into any ` ```aura `
|
|
|
138
140
|
/></code></pre>
|
|
139
141
|
</td>
|
|
140
142
|
<td style="vertical-align: middle; text-align: center;">
|
|
141
|
-
<img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="
|
|
143
|
+
<img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="150" />
|
|
142
144
|
</td>
|
|
143
145
|
</tr>
|
|
144
146
|
</tbody>
|
package/package.json
CHANGED
package/readme.source.md
CHANGED
|
@@ -379,7 +379,10 @@ jobs:
|
|
|
379
379
|
|
|
380
380
|
## Components
|
|
381
381
|
|
|
382
|
-
readme-aura ships with ready-to-use components you can drop into any `` ```aura `` block
|
|
382
|
+
readme-aura ships with ready-to-use components you can drop into any `` ```aura `` block - no imports needed. They are automatically available in the JSX context.
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### SocialMediaButton
|
|
383
386
|
|
|
384
387
|
<table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
|
|
385
388
|
<colgroup>
|
|
@@ -413,7 +416,7 @@ readme-aura ships with ready-to-use components you can drop into any `` ```aura
|
|
|
413
416
|
/></code></pre>
|
|
414
417
|
</td>
|
|
415
418
|
<td style="vertical-align: middle; text-align: center;">
|
|
416
|
-
<img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="
|
|
419
|
+
<img src="assets/readme-aura-button.svg" alt="SocialMediaButton" width="150" />
|
|
417
420
|
</td>
|
|
418
421
|
</tr>
|
|
419
422
|
</tbody>
|