File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ render(<ReactSVG src="svg.svg" />, document.getElementById('root'))
2424
2525## Live Examples
2626
27- - Basic Usage: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/basic-usage ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/basic-usage )
2827- API Usage: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/api-usage ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/api-usage )
28+ - Basic Usage: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/basic-usage ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/basic-usage )
29+ - CSS-in-JS: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/css-in-js ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/css-in-js )
2930- External Stylesheet: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/external-stylesheet ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/external-stylesheet )
3031- Fallbacks: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/fallbacks ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/fallbacks )
3132- Loading: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/loading ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/loading )
32- - Typescript: [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/typescript ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/typescript )
33- - CSS-in-JS : [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/css-in-js ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/css-in-js )
33+ - Typescript 2.x : [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/typescript-2.x ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/typescript-2.x )
34+ - Typescript Latest : [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/typescript-latest ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/typescript-latest )
3435- UMD Build (Development): [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/umd-dev ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/umd-dev )
3536- UMD Build (Production): [ Source] ( https://github.com/tanem/react-svg/tree/master/examples/umd-prod ) | [ Sandbox] ( https://codesandbox.io/s/github/tanem/react-svg/tree/master/examples/umd-prod )
3637
You can’t perform that action at this time.
0 commit comments