Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@freightos/storybook-react-live
Advanced tools
react-live decorator for Storybook 6+ | renders story as react-live
react-live decorator for Storybook v6+
npm i -D @freightos/storybook-react-live
import withLiveEdit from '@freightos/storybook-react-live';
const code = `() => (
<Center>
<Button type="primary" size="large">
Default
</Button>
</Center>
)`;
stories.add(
'Live edit',
withLiveEdit({
code,
scope: { Button }
})
)
withLiveEdit()
All props accepted by <LiveProvider /> and:
Name | PropType | Description |
---|---|---|
theme | PropTypes.object | A prism-react-renderer theme object. See more here |
editorStyle | PropTypes.object | Styles object for overriding editor styles |
errorStyles | PropTypes.object | Styles object for overriding error styles |
.storybook/preview.js
Add property reactLive
to parameters
object. Accepts: scope
and theme
export const parameters = {
reactLive: {
scope: { Button, Icon },
theme: synthwave84
},
};
:)
FAQs
react-live decorator for Storybook 6+ | renders story as react-live
The npm package @freightos/storybook-react-live receives a total of 7 weekly downloads. As such, @freightos/storybook-react-live popularity was classified as not popular.
We found that @freightos/storybook-react-live 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.