arcade-storybook-addon-rtl
An addon that adds an RTL toggle to the Storybook top toolbar.
npm install arcade-storybook-addon-rtl
14
Downloads per week
Readme View on GitHub
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-rtl
Add the addon to your storybook main.js
file:
module.exports = {
stories: [...],
addons: [
'arcade-storybook-addon-rtl'
],
};
Enjoy :)