Installation

Getting Started
Two use any of the theming options or components, you will need to add the css and javascript files to your application.
Css
Add the stylesheet <link>
into your <head>
before all other stylesheets to load our CSS.
<link rel="stylesheet" href="//brand.workingsolutions.com/components/css/wsol-components.css">
Javascript
Include the javascript file along with the other javascript files. Preferably in the footer. May need to be added to the <head>
, depending on the code structure.
<script src="//brand.workingsolutions.com/components/js/react-embed.js">