0.0.12 • Published 5 years ago
arcade-storybook-addon-rtl v0.0.12
Arcade Storybook Addon RTL
An addon that adds an RTL toggle to the Storybook top toolbar.

The only purpose of this addon is to switch dir attribute on the <body> tag from ltr to rtl and back.
Using the addon
Install the package:
yarn add --dev arcade-storybook-addon-rtlAdd the addon to your storybook main.js file:
module.exports = {
stories: [...],
addons: [
'arcade-storybook-addon-rtl'
],
};Enjoy :)