Installation
Package installation
npm install @growstocks/stack
Project integration
Make an scss file with your preferred name (e.g.
main.scss
,style.scss
,index.scss
).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>
Configure your theme settings in the style file you made using the Stack Theme API.
Add your components in the same file. (Refer to the component integration documentation)
Last updated
Was this helpful?