Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 6642330

Browse files
committed
docs(readme): update readme
1 parent 28ace08 commit 6642330

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
- **[List](https://csvenke.github.io/react-semantic-render/#!/List)**: Renders content from an array of data.
4444
- **[Switch](https://csvenke.github.io/react-semantic-render/#!/Switch)**: Renders content from first case that matches, else default if it exists.
4545
- **[Show](https://csvenke.github.io/react-semantic-render/#!/Show)**: Renders content when specified condition is true.
46-
- **[ShowIfElse](https://csvenke.github.io/react-semantic-render/#!/ShowIfElse)**: Renders content when condition is true, else renders something else.
47-
- **[Hideable](https://csvenke.github.io/react-semantic-render/#!/Hideable)**: Higher order component that injects 'hideComponent' prop into specified component.
48-
- **Tiny bundle size** 😃
49-
- **Supports treeshaking** 🔥
50-
- **100% test coverage** 😀
51-
- **TypeScript type definitions** 😏
52-
- **Blazing fast** 😎
46+
- **[ShowIfElse](https://csvenke.github.io/react-semantic-render/#!/ShowIfElse)**: Renders specified content when condition is true, else renders other specified content.
47+
- **[Hideable](https://csvenke.github.io/react-semantic-render/#!/Hideable)**: Higher order component that makes any component hideable.
48+
- **Tiny bundle size!**
49+
- **Supports treeshaking!**
50+
- **100% test coverage!**
51+
- **TypeScript type definitions!**
52+
- **Blazing fast!**
5353

5454
## Install
5555

0 commit comments

Comments
 (0)