OrChips
A component to display chips
Basic
SamJinduMurphAnsaPass an array of strings [
"Sam",
"Jindu",
"Murph",
"Ansa"
]
html
<or-chips v-model="users" />
<or-chips v-model="users" />
Chips entries can also be removed by setting the removeable
prop to true.
html
<or-chips v-model="languages" removeable/>
<or-chips v-model="languages" removeable/>
Props
Prop | Required | Default | Type | Description |
---|---|---|---|---|
hasRemove | false | false | boolean | If set to true will render an "X" which when clicked can remove the chip |