readme-aura 0.3.7 → 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 +6 -4
- package/package.json +1 -1
- package/readme.source.md +6 -3
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>
|
|
@@ -121,7 +123,7 @@ readme-aura ships with ready-to-use components you can drop into any ` ```aura `
|
|
|
121
123
|
<tr>
|
|
122
124
|
<td style="vertical-align: top; padding-right: 12px;">
|
|
123
125
|
<pre style="font-size: 9px; line-height: 1.3; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;"><code><SocialMediaButton
|
|
124
|
-
icon="
|
|
126
|
+
icon="***image URI***"
|
|
125
127
|
text="readme-aura"
|
|
126
128
|
backgroundColor="#111111"
|
|
127
129
|
width={150}
|
|
@@ -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>
|
|
@@ -396,7 +399,7 @@ readme-aura ships with ready-to-use components you can drop into any `` ```aura
|
|
|
396
399
|
<tr>
|
|
397
400
|
<td style="vertical-align: top; padding-right: 12px;">
|
|
398
401
|
<pre style="font-size: 9px; line-height: 1.3; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;"><code><SocialMediaButton
|
|
399
|
-
icon="
|
|
402
|
+
icon="***image URI***"
|
|
400
403
|
text="readme-aura"
|
|
401
404
|
backgroundColor="#111111"
|
|
402
405
|
width={150}
|
|
@@ -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>
|