![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
storybook-addon-sketch
Advanced tools
Download sketch files straight from storybook.
yarn add -D storybook-addon-sketch
# or
npm i --save storybook-addon-sketch
There are two ways you can install this addon.
Add the following to your presets.js
.
module.exports = ['storybook-addon-sketch/preset'];
Add the following to your addons.js
.
import 'storybook-addon-sketch/register';
Add the following to your storybook webpack.config.js
.
module.exports = ({ config }) => {
config.entry.push(require.resolve('storybook-addon-sketch/entry'));
};
And you are all done!
To configure any options for storybook-addon-sketch
change your addons.js
to the following
require('storybook-addon-sketch/register-options')(options);
If you want to let your storybook users also download all the default renderings for a story kind (ex: Input).
require('storybook-addon-sketch/register-options')({ kind: true });
You will also need to have ran story2sketch with the option outputBy
set to kind
and the output
set to out/sketch
. This will output all the sketch files to a specific folder that users can download from.
FAQs
Get the sketch files for your stories in Storybook
The npm package storybook-addon-sketch receives a total of 622 weekly downloads. As such, storybook-addon-sketch popularity was classified as not popular.
We found that storybook-addon-sketch 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.