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