manager.name
npm package name
manager.name
Package category name
Alternative npm packages
{ "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "ColumnSet", "style": "accent", "bleed": true, "columns": [ { "type": "Column", "width": "auto", "items": [ { "type": "Image", "url": "${photo}", "altText": "Profile picture", "size": "Small", "style": "Person" } ] }, { "type": "Column", "width": "stretch", "items": [ { "type": "TextBlock", "text": "Hi ${name}!", "size": "Medium" }, { "type": "TextBlock", "text": "Here's a bit about your org...", "spacing": "None" } ] } ] }, { "type": "TextBlock", "text": "Your manager is: ${manager.name}" }, { "type": "TextBlock", "text": "Your peers are:" }, { "type": "FactSet", "facts": [ { "$data": "${peers}", "title": "${name}", "value": "${title}" } ] } ] }
Why is this a better alternative?
Your relationship to the package
I have no relationship to the package
Submission checklist
- I searched existing recommendations and issues for duplicates.
Source: pastelsky/bundlephobia