Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
storybook-addon-outline
Advanced tools
Outline all elements with CSS to help with layout placement and alignment
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.
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'],
};
Click on the outline button in the toolbar to toggle the outlines.
FAQs
Outline all elements with CSS to help with layout placement and alignment
The npm package storybook-addon-outline receives a total of 35,591 weekly downloads. As such, storybook-addon-outline popularity was classified as popular.
We found that storybook-addon-outline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.