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
One of the strength of this framework is the mapping between graphs (variables) and DOM.
Everything has to be done manually.
Create a tool that takes example JSON and outputs example HTML, the result could then be added directly or configured with extra structure and styling.
For example given
[
{
picture: "./images/boss.jpg",
bio: "Loves biking and skating"
},
{
picture: "./images/sister.jpg",
bio: "Drinks tons of café."
}
]
One of the strength of this framework is the mapping between graphs (variables) and DOM.
Everything has to be done manually.
Create a tool that takes example JSON and outputs example HTML, the result could then be added directly or configured with extra structure and styling.
For example given
output could be
then after adding it to html
d.feed({users: exampleGraph});
would just workSee other examples at https://dom99.now.sh/documentation#examples1
The text was updated successfully, but these errors were encountered: