How do I learn more about the framework?

Besides the articles on this site, you can also take a look at the Component Examples respository on Github, where we have published a number of example implementations that are also available on the Marketplace.

My nested component doesn't work

The Component SDK builders don't support embedded components. This means you can't use a Svelte child component in your top-level Svelte (IXON) component or a Vue child component in your top-level Vue (IXON) component.
If you require nesting for your development or depend on a third-party library, that does not work in a web component, please use an [Iframe]

My component looks odd on some screen sizes

The pages and cards will be automatically resized on the user's screen size. You'll have to take this into account when designing your component. You can resize your browser window to test this for yourself.