0.0.12 • Published 3 years ago

arcade-storybook-addon-rtl v0.0.12

Weekly downloads
28
License
MIT
Repository
-
Last release
3 years ago

Arcade Storybook Addon RTL

An addon that adds an RTL toggle to the Storybook top toolbar.

npm.io

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 :)

0.0.12

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago