Getting Started
Go Home Home
# Install

We maintain both a npm package and a CDN build. Feel free to use either one, but we recommend that you use the npm package.

CDN

                
<script src="//unpkg.com/spargo" defer></script>
                
            

NPM

                
npm install spargo
                
            
                
import Spargo from 'spargo';

new Spargo();

// Then compile this file and import it into your markup.
                
            

# Alert Styles

Attention needed.

Anytime that you see a yellow alert box, please pay attention. It will give potentially vital information.

Potential error!

Anytime that you see a red alert box, pay close attention. It will give vital information.

Information.

Anytime that you see a blue alert box, then know some helpful information is at hand.