Skip to content

Installation

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

Installation

NPM

Install the brimstone package via NPM

npm install --save brimstone

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