1.2.27 • Published 5 months ago
@fluid-topics/ft-reorderable-list v1.2.27
An reorderable list component
Install
npm install @fluid-topics/ft-reorderable-list
yarn add @fluid-topics/ft-reorderable-list
Usage
import { html } from "lit"
import "@fluid-topics/ft-reorderable-list"
function render() {
return html` <ftds-reorderable-list></ftds-reorderable-list> `
}