@emeraldcoder/riichi-ui-vue

0.0.0-beta.5 • Public • Published

Riichi UI Vue

Vue library designed to facilitate the creation of riichi mahjong-related applications. This library offers a collection of Vue components, providing a foundational layer for building interfaces.

Getting Started

Installation

Install the library via your preferred package manager (NPM, Yarn, PNPM, etc...):

npm install @emeraldcoder/riichi-ui-vue

Implementation

Import the component you want to use:

<script setup>
import { Tile } from '@emeraldcoder/riichi-ui-vue'
</script>

Use the imported component in your template:

<template>
  <div>
    <tile :tile="1m"/>
  </div>
</template>

Caution

Please Note: This library is currently in progress and subject to changes without prior notice. Use it at your discretion and understanding.

Credits

The tile images utilized within this library are sourced from https://github.com/FluffyStuff/riichi-mahjong-tiles

Additional Resources

Feel free to explore and contribute to our repository, and don't hesitate to reach out with any queries or suggestions.

Package Sidebar

Install

npm i @emeraldcoder/riichi-ui-vue

Weekly Downloads

0

Version

0.0.0-beta.5

License

MIT

Unpacked Size

198 kB

Total Files

6

Last publish

Collaborators

  • emeraldcoder