Skip to content

Commit

Permalink
chore(button-area): add build file and jsdoc (#412)
Browse files Browse the repository at this point in the history
* chore(button-area): add build file and jsdoc

* chore(button-area): remove stylesheets from build file
  • Loading branch information
samrichardsontylertech authored Oct 19, 2023
1 parent 0dfb13d commit 644dcd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/button-area/build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "../../../node_modules/@tylertech/forge-cli/build-schema.json",
"extends": "../build.json"
}
5 changes: 5 additions & 0 deletions src/lib/button-area/button-area.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ declare global {
}
}

/**
* The custom element class behind the `<forge-button-area>` element.
*
* @tag forge-button-area
*/
@CustomElement({
name: BUTTON_AREA_CONSTANTS.elementName,
dependencies: [
Expand Down

0 comments on commit 644dcd1

Please sign in to comment.