You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,13 @@
43
43
-**[List](https://csvenke.github.io/react-semantic-render/#!/List)**: Renders content from an array of data.
44
44
-**[Switch](https://csvenke.github.io/react-semantic-render/#!/Switch)**: Renders content from first case that matches, else default if it exists.
45
45
-**[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.
0 commit comments