|
39 | 39 |
|
40 | 40 | ## Key features |
41 | 41 | * __Growing list of semantic helper components__ |
42 | | - * __[List](https://csvenke.github.io/react-semantics/#/List)__ - Render content from an array of data. |
43 | | - * __[Resolve](https://csvenke.github.io/react-semantics/#/Resolve)__ - Render content asynchronously. |
44 | | - * __[Show](https://csvenke.github.io/react-semantics/#/Show)__ - Render content when a condition is true. |
45 | | - * __[Switch](https://csvenke.github.io/react-semantics/#/Switch)__ - Render content from case that matches specified expression. |
46 | | - * __[Switch.Case](https://csvenke.github.io/react-semantics/#/SwitchCase)__ |
47 | | - * __[Switch.Default](https://csvenke.github.io/react-semantics/#/SwitchDefault)__ |
| 42 | + * __[List](https://csvenke.github.io/react-semantic-render/#/List)__ - Render content from an array of data. |
| 43 | + * __[Resolve](https://csvenke.github.io/react-semantic-render/#/Resolve)__ - Render content asynchronously. |
| 44 | + * __[Show](https://csvenke.github.io/react-semantic-render/#/Show)__ - Render content when a condition is true. |
| 45 | + * __[Switch](https://csvenke.github.io/react-semantic-render/#/Switch)__ - Render content from case that matches specified expression. |
| 46 | + * __[Switch.Case](https://csvenke.github.io/react-semantic-render/#/SwitchCase)__ |
| 47 | + * __[Switch.Default](https://csvenke.github.io/react-semantic-render/#/SwitchDefault)__ |
48 | 48 | * __Small bundle size__ |
49 | 49 | * __Blazing fast__ |
50 | 50 | * __TypeScript type definitions__ |
@@ -115,11 +115,11 @@ const Menu = ({ showMenuItems }) => ( |
115 | 115 |
|
116 | 116 | The purpose of this library is to develop and maintain semantic helper components that removes the need for inline arrow functions in react components. |
117 | 117 |
|
118 | | -Do you have an idea about a component you think belong here? [Tell us here!](https://github.com/csvenke/react-semantics/issues/new) |
| 118 | +Do you have an idea about a component you think belong here? [Tell us here!](https://github.com/csvenke/react-semantic-render/issues/new) |
119 | 119 |
|
120 | 120 | ## Documentation |
121 | 121 |
|
122 | | -For full list of components and how they are used, go to our [documentation](https://csvenke.github.io/react-semantics/). |
| 122 | +For full list of components and how they are used, go to our [documentation](https://csvenke.github.io/react-semantic-render/). |
123 | 123 |
|
124 | 124 | ## Development |
125 | 125 |
|
@@ -160,4 +160,4 @@ Don't worry about making a mistake, `commitlint` will stop you if you do, and yo |
160 | 160 |
|
161 | 161 | ## License |
162 | 162 |
|
163 | | -This project is licensed under the MIT License - see [LICENSE](https://github.com/csvenke/react-semantics/blob/master/LICENSE) file for details. |
| 163 | +This project is licensed under the MIT License - see [LICENSE](https://github.com/csvenke/react-semantic-render/blob/master/LICENSE) file for details. |
0 commit comments