-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Matthew Downs edited this page Jul 3, 2022
·
3 revisions
Install the brimstone
package via NPM
npm install --save brimstone
Add the CDN script to the body
section of your HTML file
<!-- Development -->
<script crossorigin src="https://unpkg.com/browse/@brimstone/react/dist/brimstone.js"></script>
<!-- Production -->
<script crossorigin src="https://unpkg.com/browse/@brimstone/react/dist/brimstone.min.js"></script>