> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/current-thoughts.md).

# Current Thoughts

Based on experiments done so far, here's our current view.&#x20;

* Webflow's existing May-2025 set of elements are outdated&#x20;
  * Difficult to enhance&#x20;
  * In some cases, use script where CSS can now be used&#x20;
  * Are rigid in their thinking&#x20;
    * e.g. Section / Container&#x20;
    * e.g. Custom Radio buttons and Checkboxes&#x20;
  * Require workarounds for common needs&#x20;
    * Form submit button with an icon  &#x20;

To some extent these can be reconstructed as components, as follows;

* Determine the HTML, pre-webflow\.js&#x20;
* Recreate as custom elements&#x20;
* Convert to a component&#x20;
  * The outermost element must be the outermost custom element&#x20;
    * This is cleaner but buggy, as the outermost element is "locked" in the component element arrangement. &#x20;
* Create properties to mimic
* Add a few extension properties&#x20;
* Create additional elements for special uses
  * Default v. Custom&#x20;

However, in many cases the component structure and cooresponding webflow\.js and CSS are outdated or would benefit from a rethink. &#x20;

This leads to;&#x20;

* Current&#x20;
*

|   | Now | Temp CC | CC2 |
| - | --- | ------- | --- |
|   |     |         |     |
|   |     |         |     |
|   |     |         |     |
