Files
svgr/website/pages/docs/getting-started.mdx
2021-11-28 23:08:59 +01:00

21 lines
465 B
Plaintext

---
section: Usage
title: Getting started
order: 10
---
# Getting started
SVGR let you transform SVG into React components everywhere.
<carbon-ad />
SVGR provides a [powerful playground](https://react-svgr.com/playground/) for occasional usage.
If you want to automatize SVG transformation in your application, you should follow one of this guide:
- [Next.js](/docs/next/)
- [webpack](/docs/webpack/)
- [Command Line](/docs/cli/)
- [Node.js](/docs/node-api/)