You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to start out by deciding how to best structure the framework.
Here are a couple ideas to brainstorm:
It should be very easy to use for an end user:
myElem { isA: UIAccordionMenu; }
It should be themable. It should be some sort of global setting, we don't want to be setting what theme to use on each isA.
Themes should be overrideable. Also, maybe there should be a way to "rip off" the whole appearance of the widget and leave just the behavior, for completely custom designs.
It should be flexible and useful for advanced needs.
What else?
Now, for the structuring:
1 We need to decide on a prefix, or wether to use a prefix at all. There is a separate issue for that: Issue #2
2 We should find a great existing framework from which to draw inspiration. Look at issue: #3
3 Start creating the base files and link them together #5
No description provided.
The text was updated successfully, but these errors were encountered: