Managed Components docs are published at https://managedcomponents.dev .
Find out more about Managed Components here for inspiration and motivation details.
- Make sure you're running node version >=18.
- Install dependencies with
npm i
- Run unit test watcher with
npm run test:dev
Settings are used to configure the tool in a Component Manager config file
Fields are properties that can/must be sent with certain events
htmlCode
is the HTML that you want to be injected. It can be also a <script>
tag.
Licensed under the Apache License.