@fluid-topics/ftds-reorderable-list
v2.1.12
Published
The design system reorderable list component
Readme
The design system reorderable list component
Install
npm install @fluid-topics/ftds-reorderable-list
yarn add @fluid-topics/ftds-reorderable-listUsage
import { html } from "lit"
import "@fluid-topics/ftds-reorderable-list"
function render() {
return html` <ftds-reorderable-list foo="bar"></ftds-reorderable-list> `
}