2.2.1 • Published 5 months ago

@daddy88/polaris-vue v2.2.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 months ago

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
2.2.1

5 months ago

2.2.0

5 months ago

2.1.0

5 months ago

2.0.5

6 months ago

1.0.5

10 months ago

2.0.3

6 months ago

2.0.2

6 months ago

2.0.4

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

12 months ago