Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Aug 7, 2020
1 parent ba62664 commit a05d404
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Smart input tags for Vue 3

smart-tagz is a smart input tags components built for Vue 3.

### Features
## Features

- **Autocomplete** - Supports autocomplete with easy keyboard selection.
- **Editable Tags** - Tags can be edited inline by double clicking on the tag.
Expand All @@ -25,13 +25,13 @@ smart-tagz is a smart input tags components built for Vue 3.
- **Composition API** - Built using the latest Composition API from Vue 3.
- **Typescript** - Built with Typescript.

### Installation
## Installation

```sh
yarn run install && yarn run dev
```

### Getting Started
## Getting Started

smart-tagz has some great defaults to get you started quickly. Please check the props list for details on all available options.

Expand All @@ -50,7 +50,7 @@ smart-tagz has some great defaults to get you started quickly. Please check the

![demo](demo.gif)

### Props
## Props

| Prop | Type | Description | Default |
|------------------|-----------------------|------------------------------------------------------------------------------------------------|------------------|
Expand Down

0 comments on commit a05d404

Please sign in to comment.