Our documentation site lives at http://ui.hubgridcloud.com. You'll be able to find detailed documentation on getting started, all of the components, our theme, our principles, and more.
npm install --save @simplystack/uiimportVuefrom'vue';importuifrom'@simplystack/ui';import'@simplystack/ui/main.css';Vue.use(ui);consttheme=require('@simplystack/ui/tailwind.config');module.exports={theme: {extend: {
...theme,},},};