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

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
0
Versions
1111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ezui-docs

Documentação da biblioteca de componentes Sankhya.

  • 0.0.0-bugfix-dev-KB-76625.0
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
increased by34.33%
Maintainers
0
Weekly downloads
 
Created
Source

ez-chip

Properties

PropertyAttributeDescriptionTypeDefault
enabledenabledSe false o usuário não pode interagir com o ez-chip.booleantrue
labellabelTexto a ser apresentado como título do ez-chip.stringundefined
modemodeDefine o modo de uso do ez-chip."action" | "label"undefined
removePositionremove-positionDetermina o posicionamento do botão de remover (não disponível no modo action). Se não informado, não exibe o botão."left" | "right"undefined
showNativeTooltipshow-native-tooltipExibe condicionalmente o tooltip nativo do navegador ao sobrepor o cursor acima do elemento.booleantrue
valuevalueDefine o valor do ez-chip.booleanfalse

Events

EventDescriptionType
actionClickEmitido no modo "action" quando o usuário clica no ez-chip.CustomEvent<void>
removeChipEmitido quando o botão de remoção é acionado.CustomEvent<void>
valueChangeEmitido quando acontece a alteração de valor do ez-chip.CustomEvent<boolean>

Methods

setBlur() => Promise<void>

Remove o foco do ez-chip.

Returns

Type: Promise<void>

setFocus() => Promise<void>

Aplica o foco no ez-chip.

Returns

Type: Promise<void>

Dependencies

Depends on

  • ez-icon

Graph

graph TD;
  ez-chip --> ez-icon
  style ez-chip fill:#f9f,stroke:#333,stroke-width:4px

FAQs

Package last updated on 08 Jan 2025

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