@simplystack/ui
v3.2.14
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
21
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
module.exports = {
presets: [require('@simplystack/ui/preset')],
};