Skip to content

Commit

Permalink
docs: add addOrdinalSuffix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mediv0 authored May 18, 2021
1 parent f4b4413 commit f2fba0d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,32 @@ every component accept a `tag` prop. you can use it to customize component html
| ------------- |:----------------- |
| text | string |


---

### `addOrdinalSuffix`

**props**

| name | type | description | default value |
| ------------- |:------------- | :---------------------------------------------| :----------- |
| number `required` | string | `Add Ordinal suffix to given numbers.` | null |

**slots**

| scope | return type |
| ------------- |:----------------- |
| text | string |


### Todos

**`modules`**

- [x] isPersian
- [x] URLfix
- [x] hasPersian
- [ ] addOrdinalSuffix
- [x] addOrdinalSuffix
- [ ] bill
- [ ] commas
- [ ] digits
Expand Down

0 comments on commit f2fba0d

Please sign in to comment.