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
badge: small text box for prominently displaying short codes/values
The basic pattern for components is:
{
type: 'callout',
slots: {
text: 'This is an sample callout.'
}
}
Each component contains named placeholders, called slots, that tell Mapboard how to source the actual data to be rendered. In the example above, there's just one slot with a static block of text. Slots can also be mapped to a function that receives the app state, which in turn provides access to API responses (see dataSources). For example, to show a badge with the property assessment account: