Skip to main content

All Questions

Tagged with
3 votes
1 answer
405 views

pynecone cannot get detail information from item in the cards example (grid + foreach)

This is our expected output. And this is the current output. And this is the source code for the current output. import pynecone as pc def show_items(item): return pc.box( pc.text(item),...
Milo Chen's user avatar
  • 3,875