Skip to content

Update README.md #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Vue.js Grid ( Experiment )

## ⚠️ This an experement and not a production-ready plugin
## ⚠️ This is an experiment and not a production-ready plugin

[![npm version](https://badge.fury.io/js/vue-js-grid.svg)](https://badge.fury.io/js/vue-js-grid)
[![npm](https://img.shields.io/npm/dm/vue-js-grid.svg)](https://www.npmjs.com/package/vue-js-grid)

#### Fixed size grid for Vue.js

This is very a first version of the plugin. If you find any bugs and/or want to contribute, feel free to create issues, PRs, or reach me out on twitter! 👍 🚀
This is a very first version of the plugin. If you find any bugs and/or want to contribute, feel free to create issues, PRs, or reach out to me on Twitter! 👍 🚀

Thanks!

Expand Down Expand Up @@ -57,7 +57,7 @@ data () {
Plugin does **NOT** modify the source data array.

1. Every time permutation is performed you will get a new sorted array in event (`items`).
2. The same works for removing elements, you will get a new "cleaned" array in your `@remove` event handler.
2. The same applies to removing elements, you will get a new "cleaned" array in your `@remove` event handler.
3. Currently there is no way to extend data array after event handling. But hopefully I'll come up with a clean way to do it in nearest future.

### Props
Expand Down Expand Up @@ -104,7 +104,7 @@ Example:

### Why do I need this?

A good example of using a plugin would be rending macOS' `Launchpad` or `Dock`. Check out a demo for a solid example of how the plugin behaves & feels.
A good example of using this plugin would be a solution like macOS' `Launchpad` or `Dock`. Check out the demo for a solid example of how the plugin behaves and feels.

Demo: https://euvl.github.io/vue-js-grid/

Expand Down