1.3.1 • Published 3 years ago
@paperlust/item-design v1.3.1
Item Design
Item Design is a component vue for multi project.
Installation
Use the package manager nodejs to install Item Design.
npm install @paperlust/item-design
Usage
import package
import VItem from '@paperlust/item-design';
import style from package
import '@paperlust/item-design/dist/style.css';
Example:
import store from './store';
import VItem from '@paperlust/item-design';
Vue.use(VItem, store);
add on your component vue
<v-item :item="item" :configurations="configurations" />
Props
Name | Type | Default | Description |
---|---|---|---|
item | Object | {} | Object data item for quick preview |
configurations | Object | {} | Options for quick preview |
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
1.3.1
3 years ago
1.2.8
4 years ago
1.2.7
4 years ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.3.0
4 years ago
1.2.9
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.0
4 years ago