5.0.1 • Published 1 month ago

@figma-export/output-components-as-svgr v5.0.1

Weekly downloads
151
License
MIT
Repository
github
Last release
1 month ago

@figma-export/output-components-as-svgr

Outputter for @figma-export that exports components as React components.

With this outputter you can export all Figma components as React components into the specified output folder.

This is a sample of the output from this Figma file:

$ tree output/

# output
# ├── icons
# │   ├── FigmaArrow.jsx
# │   ├── FigmaExport.jsx
# │   ├── FigmaLogo.jsx
# │   └── index.js
# ├── monochrome
# │   ├── FigmaBlue.jsx
# │   ├── FigmaGreen.jsx
# │   ├── FigmaPurple.jsx
# │   ├── FigmaRed.jsx
# │   └── index.js
# └── unit-test
#     ├── figma
#     │   ├── logo
#     │   │   ├── Main.jsx
#     │   │   ├── MainBright.jsx
#     │   │   └── index.js
#     │   ├── Logo.jsx
#     │   └── index.js
#     ├── FigmaDefaultLogo.jsx
#     └── index.js

Tip: A figma component named icon/eye will be exported as Eye.jsx inside the icon folder. Another index.js file will be created inside the icon folder and this will export directly the Eye component.

Install

Using npm:

npm install --save-dev @figma-export/output-components-as-svgr

or using yarn:

yarn add @figma-export/output-components-as-svgr --dev
6.0.0-beta.0

1 month ago

5.0.1

2 months ago

5.0.0

3 months ago

4.8.0

3 months ago

4.8.0-alpha.4

3 months ago

4.8.0-alpha.1

3 months ago

4.8.0-alpha.2

3 months ago

4.8.0-alpha.3

3 months ago

4.8.0-alpha.0

3 months ago

4.7.0

11 months ago

4.7.0-alpha.0

12 months ago

4.6.0

1 year ago

4.5.0

2 years ago

4.4.0

2 years ago

4.0.0-alpha.1

2 years ago

4.1.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.2.0

2 years ago

4.0.0-alpha.0

2 years ago

3.5.0

3 years ago

3.4.0

3 years ago

3.3.1

3 years ago

3.3.0

3 years ago

3.2.2

3 years ago

3.2.0

3 years ago

3.1.0

4 years ago

3.0.0

4 years ago

3.0.0-alpha.5

4 years ago

3.0.0-alpha.4

4 years ago

3.0.0-alpha.3

4 years ago

3.0.0-alpha.2

4 years ago

3.0.0-alpha.1

4 years ago

3.0.0-alpha.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

2.0.0-alpha.3

4 years ago

2.0.0-alpha.2

4 years ago