Skip to content

Commit

Permalink
docs: enhance README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Apr 13, 2021
1 parent 9ee2dfd commit 92f93ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions packages/counter-style/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@
</p>

<p align="center">
A slim <a href="https://drafts.csswg.org/css-counter-styles-3">CSS Counter Styles Level 3 compliant</a> library with 47 presets including<br> <b>Arabic</b>, <b>Persian</b>, <b>Thai</b>, <b>Hebrew</b>, <b>Roman</b>, <b>Katana</b>...<br><br>
<sup>The core is 1.6kB minified and gzipped. Each preset is distributed as a separate module.<br>
A slim <a href="https://drafts.csswg.org/css-counter-styles-3">CSS Counter Styles Level 3 compliant</a> library with <a href="./src/presets">47 presets</a> including<br> <b>Arabic</b>, <b>Persian</b>, <b>Thai</b>, <b>Hebrew</b>, <b>Roman</b>, <b>Katana</b>...<br><br>
The core is 1.6kB minified and gzipped. Each preset is distributed as a separate module.<br>
Available in both CommonJS and ECMAScript modules. <br>
Targets ECMAScript 2015.<br>
Optimized for metro (React Native) and Webpack bundlers.<br>
Based on <a href="https://github.com/beanandbean/counter-style">prior work from Whang Shuwei</a>
</sup>
</p>

<hr/>
Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-li/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<p align="center">
A pure-JavaScript React Native component to render CSS3 compliant ordered and unordered lists.<br><br>
Supports more than 4 dozens numeric, alphabetic, symbolic and addivive presets, including<br>
Supports <a href="https://github.com/jsamr/react-native-li/tree/master/packages/counter-style/src/presets">more than 4 dozens numeric, alphabetic, symbolic and additive presets</a>, including<br>
<b>Arabic</b> (numeric), <b>Persian</b>, <b>Thai</b>, <b>Hebrew</b>, <b>Roman</b>, <b>Katana</b>, <b>Latin</b>, disk, circle, square...<br>
Plus, it has premium RTL support 🚀
</p>
Expand Down Expand Up @@ -64,7 +64,7 @@ combination with `useMarkedList`.

#### Lower Latin

<table>
<table width="100%">
<tr>
<td>

Expand Down Expand Up @@ -98,7 +98,7 @@ export default function App() {
#### Disc


<table>
<table width="100%">
<tr>
<td>

Expand Down Expand Up @@ -131,7 +131,7 @@ export default function App() {

#### Arabic + RTL

<table>
<table width="100%">
<tr>
<td>

Expand Down

0 comments on commit 92f93ec

Please sign in to comment.