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.
@superlogica/button
Advanced tools
Esse package contém o componente button da Superlógica para web/desktop, seguindo nossos Tokens e padrões.
npm install @superlogica/button
Nenhuma das props abaixo são obrigatórias e em caso de alguma props receber um valor inválido, o valor default daquela props será utilizado.
Props | Type | Default | |
---|---|---|---|
type | String | solid | aceita os valores solid, outline e text |
color | String | neutral500 | deve conter o Token da cor que você deseja como fundo do botão, acesse os tokens de cor. |
gradient | String | null | deve conter o Token do gradient que você deseja como fundo do botão, acesse os tokens de gradient. |
size | String | medium | aceita os tamanhos small, medium, large e xlarge. |
fullWidth | boolean | false | aceita true ou false e trabalha em conjunto com a props size . |
shadow | boolean | false | aceita true ou false a sombra exibida no component é gerada no Theme atual da aplicação. |
marginTop | String | none | aceita os tamanhos de margin encontrados na documentação, ex: lg, md, sm. |
marginRight | String | none | aceita os tamanhos de margin encontrados na documentação, ex: lg, md, sm. |
marginBottom | String | md | aceita os tamanhos de margin encontrados na documentação, ex: lg, md, sm. |
marginLeft | String | none | aceita os tamanhos de margin encontrados na documentação, ex: lg, md, sm. |
import Button from '@superlogica/button';
...
return (
<Button color="red400">
Enviar
</Button>
...
FAQs
Button - DSweb Superlogica
The npm package @superlogica/button receives a total of 3 weekly downloads. As such, @superlogica/button popularity was classified as not popular.
We found that @superlogica/button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.