A notice component. Install npm install @fluid-topics/ft-notice yarn add @fluid-topics/ft-notice Usage import {html} from "lit" import "@fluid-topics/ft-notice" function render() { return html` <ft-notice> Sample of description for ft-notice, this new component is awesome. </ft-notice>` }