Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@s-ui/react-atom-action-button
Advanced tools
SUI Atom ActionButton
$ npm install @s-ui/react-atom-action-button
import AtomActionButton from '@s-ui/react-atom-action-button'
const Icon = () => {
return (
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6.3506 6.3506 2.649 2.649h-6v-6l1.938 1.938c1.842-1.849 4.347-2.938 7.062-2.938 5.515 0 10 4.486 10 10h-2c0-4.411-3.588-8-8-8-2.172 0-4.176.872-5.649 2.351zm11.2988 11.2988-2.649-2.649h6v6l-1.938-1.939c-1.842 1.85-4.347 2.939-7.062 2.939-5.515 0-10-4.486-10-10h2c0 4.411 3.588 8 8 8 2.172 0 4.176-.872 5.649-2.351z" /></svg>
)
}
return (<div>
<AtomActionButton icon={Icon}>Normal</AtomActionButton>
<AtomActionButton icon={Icon} focused>Focused</AtomActionButton>
<AtomActionButton icon={Icon} size='large' disabled>Disabled, Large</AtomActionButton>
</div>)
import AtomActionButton from '@s-ui/react-atom-action-button'
const Icon = () => {
return (
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6.3506 6.3506 2.649 2.649h-6v-6l1.938 1.938c1.842-1.849 4.347-2.938 7.062-2.938 5.515 0 10 4.486 10 10h-2c0-4.411-3.588-8-8-8-2.172 0-4.176.872-5.649 2.351zm11.2988 11.2988-2.649-2.649h6v6l-1.938-1.939c-1.842 1.85-4.347 2.939-7.062 2.939-5.515 0-10-4.486-10-10h2c0 4.411 3.588 8 8 8 2.172 0 4.176-.872 5.649-2.351z" /></svg>
)
}
return (<AtomActionButton icon={Icon} />)
@import '~@s-ui/theme/lib/index';
// @import 'your theme';
@import '~@s-ui/react-atom-action-button/lib/index';
Find full description and more examples in the demo page.
FAQs
SUI Atom ActionButton
The npm package @s-ui/react-atom-action-button receives a total of 1,613 weekly downloads. As such, @s-ui/react-atom-action-button popularity was classified as popular.
We found that @s-ui/react-atom-action-button demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 78 open source maintainers 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.