Socket
Socket
Sign inDemoInstall

storybook-addon-outline

Package Overview
Dependencies
168
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    storybook-addon-outline

Outline all elements with CSS to help with layout placement and alignment


Version published
Weekly downloads
71K
increased by8.6%
Maintainers
1
Install size
28.5 MB
Created
Weekly downloads
 

Readme

Source

⚠️ MOVED: This addon was moved to the Storybook monorepo

Storybook Addon Outline (moved)

Storybook Addon Outline can be used for visually debugging CSS layout and alignment inside the preview in Storybook. Based on Pesticide, it draws outlines around every single element in the preview pane.

React Storybook Screenshot

Getting Started

Requires Storybook 6.1 or later. Install the latest with npx sb upgrade --prerelease

First, install the addon

npm i -D storybook-addon-outline

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

module.exports = {
  addons: ['storybook-addon-outline'],
};

Usage

Click on the outline button in the toolbar to toggle the outlines.

Keywords

FAQs

Last updated on 05 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc