# 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 |
| - | --- | ------- | --- |
|   |     |         |     |
|   |     |         |     |
|   |     |         |     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sygnal.gitbook.io/sygnal-webflow-components/current-thoughts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
