Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bilalbhojani24/e72e58635db0a36287e381c705244e81 to your computer and use it in GitHub Desktop.
Save bilalbhojani24/e72e58635db0a36287e381c705244e81 to your computer and use it in GitHub Desktop.
{
"To import Table": {
"prefix": ":table",
"body": [
"import { Table } from '@browserstack/bifrost' ",
"$2"
],
"description": "import table from Bifrost"
},
"To import Button": {
"prefix": ":button",
"body": [
"import { Button } from '@browserstack/bifrost'; ",
"$2"
],
"description": "import table from Bifrost"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment