Installation

Package installation

npm install @growstocks/stack

Project integration

  1. Make an scss file with your preferred name (e.g. main.scss, style.scss, index.scss).

  2. Add the expected compiled css and js files in the <head></head> tags.

    <!-- @StackStyles -->
    <link rel=stylesheet type="text/css" href="css/your-file-name.css">
    <!-- @StackScripts -->
    <script src="js/your-file-name.js"></script>
  3. Configure your theme settings in the style file you made using the Stack Theme API.

  4. Add your components in the same file. (Refer to the component integration documentation)

Last updated

Was this helpful?