Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

storybook-tailwind-dark-mode

renatomoor19.7kMIT1.0.22

Toggle stories between light and dark mode using tailwind

storybook-addons, style, tailwind, darkMode, css, appearance, layout

readme

storybook-tailwind-dark-mode

Example

Installation

Install the following npm module:

npm i --save-dev storybook-tailwind-dark-mode

or with yarn:

yarn add -D storybook-tailwind-dark-mode

Then, add following content to .storybook/main.js

module.exports = {
  addons: ['storybook-tailwind-dark-mode'],
};

Make sure tailwind is configured to use the darkmode class in the tailwind.config.js

module.exports = {
  darkMode: 'class',
  // ...
} 

Set Dark Mode as default

To set dark mode as default, Add the following lines of code to your preview.js file

const preview = {
  globalTypes: {
    darkMode: {
      defaultValue: true, // Enable dark mode by default on all stories
    },
    // Optional (Default: 'dark')
    className: {
      defaultValue: 'custom-classname', // Set your custom dark mode class name
    },
  },
};

changelog

v1.0.22 (Sun Apr 16 2023)

⚠️ Pushed to main

Authors: 1


v1.0.21 (Sun Apr 16 2023)

⚠️ Pushed to main

Authors: 1


v1.0.20 (Sat Apr 15 2023)

🐛 Bug Fix

Authors: 1


v1.0.19 (Sat Apr 15 2023)

🐛 Bug Fix

Authors: 1


v1.0.18 (Sat Apr 15 2023)

🐛 Bug Fix

Authors: 1


v1.0.17 (Sat Apr 15 2023)

🐛 Bug Fix

Authors: 1


v1.0.15 (Wed Apr 05 2023)

🐛 Bug Fix

⚠️ Pushed to main

  • chore: add icon for storybook addons page (@renatomoor)

Authors: 2


v1.0.15 (Wed Aug 31 2022)

⚠️ Pushed to main

  • chore: add icon for storybook addons page (@renatomoor)

Authors: 1


v1.0.14 (Wed Aug 31 2022)

⚠️ Pushed to main

  • fix: use html instead of body as class selector (@renatomoor)

Authors: 1


v1.0.13 (Mon Aug 22 2022)

⚠️ Pushed to main

Authors: 1


v1.0.12 (Mon Apr 25 2022)

🐛 Bug Fix

Authors: 1


v1.0.11 (Mon Aug 16 2021)

⚠️ Pushed to main

Authors: 1


v1.0.10 (Mon Aug 16 2021)

🐛 Bug Fix

Authors: 2


v1.0.9 (Fri Apr 30 2021)

⚠️ Pushed to main

Authors: 1


v1.0.8 (Fri Apr 30 2021)

⚠️ Pushed to main

Authors: 1


v1.0.7 (Fri Apr 30 2021)

⚠️ Pushed to main

Authors: 1


v1.0.6 (Fri Apr 30 2021)


v1.0.5 (Fri Apr 30 2021)

⚠️ Pushed to main

Authors: 1