Skip to content

Instantly share code, notes, and snippets.

@CarlosDanielDev
Created February 27, 2019 07:18
Show Gist options
  • Save CarlosDanielDev/5d73d5978185e317bfb40a1e1e9843ee to your computer and use it in GitHub Desktop.
Save CarlosDanielDev/5d73d5978185e317bfb40a1e1e9843ee to your computer and use it in GitHub Desktop.
<Collapsible popout defaultActiveKey={1}>
{this.state.lotes.map(res=>(
<ItemLote {...res} />
))}
</Collapsible>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment