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

@sankhyalabs/ezui-docs

Package Overview
Dependencies
Maintainers
3
Versions
1113
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.

  • 2.0.0
  • npm
  • Socket score

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

ez-chip

Properties

PropertyAttributeDescriptionTypeDefault
enabledenabledDeixa o componente disponível ou não para seleção.booleantrue
labellabelTítulo exibido no componente.stringundefined
modemodeDefine o modo de uso do cjip: label ou action"action" | "label"undefined
removePositionremove-positionIndica se o componente terá a opção de ser removido e qual sua posição: left ou right."left" | "right"undefined
valuevalueIndica se o componente está ou não ativado.booleanfalse

Events

EventDescriptionType
actionClickEvento disparado ao clicar no chip usando o modo "action" (onActionClick).CustomEvent<void>
removeChipEvento disparado ao clicar no botão de remoção (onRemoveChip).CustomEvent<void>
valueChangeEvento disparado quando o estado do componente mudar (onValueChange).CustomEvent<boolean>

Methods

setBlur() => Promise<void>

Remove o foco no componente de input

Returns

Type: Promise<void>

setFocus() => Promise<void>

Faz o foco no componente de input

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 15 Feb 2023

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