Item Design is a component vue for multi project.
npm install @paperlust/item-designbash
npm install @paperlust/item-design
`
Usage
import package
`javascript
import VItem from '@paperlust/item-design';
`
import style from package
`javascript
import '@paperlust/item-design/dist/style.css';
`
Example:
`javascript
import store from './store';
import VItem from '@paperlust/item-design';
Vue.use(VItem, store);
`
add on your component vue
`html
`
Props
| Name | Type | Default | Description |
| ---------------- | ------ | ------- | ---------------------------------- |
| item | Object | {} | Object data item for quick preview |
| configurations` | Object | {} | Options for quick preview |