@managed-components/custom-html
v1.0.1
Published
A Managed Component that injects HTML on your page
Downloads
4
Readme
Custom HTML Managed Component
Documentation
Managed Components docs are published at https://managedcomponents.dev .
Find out more about Managed Components here for inspiration and motivation details.
🚀 Quickstart local dev environment
- Make sure you're running node version >=18.
- Install dependencies with
npm i
- Run unit test watcher with
npm run test:dev
⚙️ Tool Settings
Settings are used to configure the tool in a Component Manager config file
🧱 Fields Description
Fields are properties that can/must be sent with certain events
HTML Code string
required
htmlCode
is the HTML that you want to be injected. It can be also a <script>
tag.
📝 License
Licensed under the Apache License.