https://github.com/iddan/figma-rtl
RTL Plugin for Figma
https://github.com/iddan/figma-rtl
Last synced: about 1 year ago
JSON representation
RTL Plugin for Figma
- Host: GitHub
- URL: https://github.com/iddan/figma-rtl
- Owner: iddan
- License: mit
- Created: 2019-05-07T19:32:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:41:11.000Z (over 3 years ago)
- Last Synced: 2025-02-10T21:19:12.690Z (over 1 year ago)
- Language: JavaScript
- Size: 1.99 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Figma RTL
Edit RTL content in Figma

Usage
- Install [Figma Plus](figmaplus.com)
- In the main menu open Figma Plus -> Get Plugins
- Search RTL
- Click Install
Download & Development
```shell
$ git clone https://github.com/figma-plus/ui-plugin-boilerplate
```
```shell
$ yarn install
```
```shell
$ yarn serve
```
```shell
$ yarn test
```
Build a Distribution Bundle
```shell
$ yarn build
```
You'll see your bundle inside `dist` directory.
Follow the docs instructions to publish it.
License
This project is licensed under the MIT License