New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@sankhyalabs/ezui-docs

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.

6.0.0
latest
Version published
Weekly downloads
560
-54.02%
Maintainers
0
Weekly downloads
 
Created

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

Graph

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

FAQs

Package last updated on 07 Mar 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