Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@superlogica/button

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superlogica/button

Button - DSweb Superlogica

  • 0.0.8
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

COMPONENT BUTTON

Esse package contém o componente button da Superlógica para web/desktop, seguindo nossos Tokens e padrões.

Instalação:

npm install @superlogica/button

Props

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.

PropsValor
typeString aceita os valores solid, outline e ghost
colorString deve conter o Token da cor que você deseja como fundo do botão, acesse os tokens de cor.
gradientString deve conter o Token do gradient que você deseja como fundo do botão, acesse os tokens de gradient.
sizeString aceita os tamanhos small, medium, large e xlarge.
fullWidthboolean aceita true ou false e trabalha em conjunto com a props size.
shadowboolean aceita true ou false a sombra exibida no component é gerada no Theme atual da aplicação.

Uso

import Button from '@superlogica/button';

...
    return (
       <Button color="red400">
            Enviar
       </Button> 
...

License

MIT

FAQs

Package last updated on 11 Dec 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc