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