botbuilder-toybox-controls
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-preview1.2 • Public • Published

botbuilder-toybox-extensions

A collection of controls for the JavaScript version of Bot Builder v4. This is part of a broader set of botbuilder-toybox packages designed to enhance the bot building experience.

Installing

To add the preview version of this package to your bot be sure include the @preview tag:

npm install --save botbuilder-toybox-controls@preview

While this package is in preview it's possible for updates to include build breaks. To avoid having any updates break your bot it's recommended that you update the dependency table of your bots package.json file to lock down the specific version of the package you're using:

{
    "dependencies": {
        "botbuilder": "4.0.0-preview1.2",
        "botbuilder-toybox-controls": "0.1.0-preview1.2"
    }
}

/botbuilder-toybox-controls/

    Package Sidebar

    Install

    npm i botbuilder-toybox-controls

    Weekly Downloads

    3

    Version

    0.1.0-preview1.2

    License

    MIT

    Unpacked Size

    44.5 kB

    Total Files

    14

    Last publish

    Collaborators

    • steven_ickman