Security News
RubyGems.org Adds New Maintainer Role
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.
@synerise/ds-button-group
Advanced tools
A group of buttons is used to wrap a series of buttons.
This is a complex component, which means that it may consist of other components:
npm i @synerise/ds-button-group
or
yarn add @synerise/ds-button-group
import ButtonGroup from '@synerise/ds-button-group'
<ButtonGroup
title={'Some title'}
size={'large'}
description={'Some description'}
>
<Button onClick={() => alert('Clicked!')}>Click me!</Button>
<Button onClick={() => alert('Clicked!')}>Click me!</Button>
<Button onClick={() => alert('Clicked!')}>Click me!</Button>
</ButtonGroup>
Property | Description | Type | Default |
---|---|---|---|
title | The title of the group | string | - |
description | The description of the group | string | - |
size | Defines the size of the button. | small / middle / large | middle |
buttonsPosition | Defines the horizontal position of buttons. | left / center / right | center |
fullWidth | Set buttons width to fill all available space | boolean | false |
children | Buttons used in the group | React.ReactNode | - |
splitMode | Enables split mode - adds borders to single-icon buttons | boolean | false |
FAQs
Button-Group UI Component for the Synerise Design System
The npm package @synerise/ds-button-group receives a total of 8 weekly downloads. As such, @synerise/ds-button-group popularity was classified as not popular.
We found that @synerise/ds-button-group demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.