Package Exports
- storybook-addon-rtl-direction
- storybook-addon-rtl-direction/dist/cjs/index.js
- storybook-addon-rtl-direction/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (storybook-addon-rtl-direction) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
storybook-addon-rtl-direction
An addon to toggle between ltr and rtl mode.
ltr or rtl class will be added to body tag with ← icon in tool section.
Installation
npm i --save-dev storybook-addon-rtl-directionAdd it to .storybook/main.js
module.exports = {
addons: ["storybook-addon-rtl-direction"],
};More doc is coming soon.