@simplystack/vue
v1.2.1
Published
## Documentation 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.
Downloads
9
Readme
@simplystack/ui
Documentation
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/ui
Usage
main.js
import Vue from 'vue';
import ui from '@simplystack/ui';
import '@simplystack/ui/main.css';
Vue.use(ui);
tailwind.config.js
const theme = require('@simplystack/ui/theme');
module.exports = {
theme: {
extend: {
...theme,
},
},
};