Content items
Optional
Additional Column options
import { Elements } from '@reuters-graphics/teams-klaxons';Elements.Column([ Element.FactSet([ Element.Fact('Name', 'Bot'), Element.Fact('Age', '23'), ]),]); Copy
import { Elements } from '@reuters-graphics/teams-klaxons';Elements.Column([ Element.FactSet([ Element.Fact('Name', 'Bot'), Element.Fact('Age', '23'), ]),]);
Note: Use this element within a ColumnSet, not on its own.
Content items