Created
August 10, 2023 20:26
-
-
Save bilalbhojani24/e72e58635db0a36287e381c705244e81 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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