Polaris Vue3 components
A Vue 3 component library of Shopify Polaris components (v. 12.1.1)
Simple example of usage in a Vue SCF file:
<script setup>
import { Page, Button } from '@daddy88/polaris-vue'
</script>
<template>
<Page title="title of the polaris page">
<Button :isprimary="true">Simple button</Button>
</Page>
</template>
<style>
@import "@daddy88/polaris-vue/style.css";
</style>
List of components in this package:
- Page
- Card
- MediaCard
- Button
- Stack
- StackItem
- Tag
- Badge
- Form
- FormItem
- Checkbox
- ChoiceList
- RangeSlider
- Select
- TextField
- MultilineText
- IndexTable
- IndexTableRow
- IndexTableCell
- IndexTableCheckmarkCell
- LoadingState
- TextRegular
- TextHeadingLarge
- TextHeadingMedium
- TextHeadingSmall
- Menu
- MenuItem
- ProgressBar
- Banner
- Modal
- EmptyState