1.0.6 • Published 3 months ago

@hiratake/social-share v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

social-share

ci version license

SNS シェアボタンの Vue.js コンポーネントライブラリ。スタイルを持たず、機能だけのコンポーネントです。

🚀 Setup

コンポーネントを使用するプロジェクトに @hiratake/social-share をインストールします。

# npm
$ npm install -D @hiratake/social-share
# yarn
$ yarn add -D @hiratake/social-share
# pnpm
$ pnpm add -D @hiratake/social-share

インストール後、コンポーネントをインポートして使用します。

<script lant="ts" setup>
import { SocialShare, SocialShareButton } from '@hiratake/social-share'
</script>

<template>
  <div>
    <SocialShare
      service="twitter"
      url="https://example.com"
      text="Blog Post Title"
    >
      <SocialShareButton>Share</SocialShareButton>
    </SocialShare>
  </div>
</template>

🏗 Build

以下のコマンドでビルドを実行します。ビルド後のファイルは dist/ に出力されます。

$ pnpm build

📃 License

MIT

1.0.6

3 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago