File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ configurations for [ESLint](https://eslint.org/);
50
50
around [ React Router] ( https://github.com/ReactTraining/react-router ) 's ` <Link> `
51
51
and ` <NavLink> ` components; they help to handle external and internal links in
52
52
the same uniform manner;
53
- - [ ** ` ScalableRect ` ** ] ( docs/scalable-rect ) &mdash ; Container that keeps
54
- the specified aspect ratio regardless its width you set.
53
+ - [ ** ` ScalableRect ` ** ] ( docs/scalable-rect.md ) &mdash ; Container that keeps
54
+ the specified aspect ratio regardless the width you set.
55
55
56
56
57
57
### <a name =" utilities " >Utilities</a >
Original file line number Diff line number Diff line change 1
1
# ScalableRect
2
- Container that keeps the specified aspect ratio regardless its width you set.
2
+ Container that keeps the specified aspect ratio regardless the width you set.
3
3
4
- [ Example] ( #example )
4
+ [ Code Example] ( #example ) ,
5
+ [ Live Demo] ( https://community-app.topcoder-dev.com/examples/scalable-rect )
5
6
6
7
** Why?** &mdash ; From time to time you need to render an HTML element with
7
8
a specified aspect ratio of its sizes. HTML/CSS allows to achieve that, but
You can’t perform that action at this time.
0 commit comments