Skip to content

Commit

Permalink
feat(react): Add class names to buttons (#2220)
Browse files Browse the repository at this point in the history
* feat(react): add specific class names in buttons depending of its type (custom, payload, url, webview or path)

* fix(core): fix import error with pako package
  • Loading branch information
asastre committed Feb 23, 2022
1 parent 42c9085 commit cc928cf
Show file tree
Hide file tree
Showing 3 changed files with 843 additions and 3,373 deletions.
2 changes: 1 addition & 1 deletion packages/botonic-core/src/pusher-utils.ts
@@ -1,4 +1,4 @@
import { inflate } from 'pako/dist/pako_inflate.js'
import { inflate } from 'pako'

/**
*
Expand Down

0 comments on commit cc928cf

Please sign in to comment.