@fluid-topics/ft-notice
v1.1.82
Published
Notice to display different messages
Downloads
2,065
Readme
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>`
}