@daddy88/polaris-vue

2.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @daddy88/polaris-vue

Weekly Downloads

1

Version

2.2.1

License

UNLICENSED

Unpacked Size

753 kB

Total Files

8

Last publish

Collaborators

  • daddy88z