@fluid-topics/ft-resizer
TypeScript icon, indicating that this package has built-in type declarations

1.1.40 • Public • Published

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> `
}

Readme

Keywords

Package Sidebar

Install

npm i @fluid-topics/ft-resizer

Weekly Downloads

314

Version

1.1.40

License

ISC

Unpacked Size

147 kB

Total Files

12

Last publish

Collaborators

  • antidot
  • mike.antidot