mirror of
https://github.com/gosticks/svgr.git
synced 2026-07-04 20:00:02 +00:00
21 lines
465 B
Plaintext
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/)
|