Skip to content

Installation

Matthew Downs edited this page Jul 3, 2022 · 3 revisions

NPM

Install the @brimstone/react package via NPM

npm install --save @brimstone/react

UMD (Global)

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>
Clone this wiki locally