2.2.1 • Published 2 years ago

@daddy88/polaris-vue v2.2.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years 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

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.5

2 years ago

1.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago