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

@fluid-topics/ft-resizer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-resizer

small

1.0.13
Version published
Weekly downloads
402
-7.16%
Maintainers
2
Weekly downloads
 
Created

A resizer component.

Install

npm install @fluid-topics/ft-resizer
yarn add @fluid-topics/ft-resizer

Usage

import { html } from "lit"
import "@fluid-topics/ft-resizer"

function render() {
    return html` <ft-resizer @resize=${(e: ResizeEvent) => {}} initialWidth="50" initialHeight="50"></ft-resizer> `
}

Keywords

FAQs

Package last updated on 09 Jun 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