0.0.0-beta.5 • Published 5 months ago

@emeraldcoder/riichi-ui-css v0.0.0-beta.5

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

Riichi UI CSS

CSS library designed to facilitate the creation of riichi mahjong-related applications. This library offers a collection of CSS styles without any dependency on JavaScript, providing a foundational layer for building interfaces and UI components.

Purpose

This library aims to serve as a fundamental, low-level resource, leveraging only CSS and HTML. However, for more advanced and comprehensive functionality, we highly recommend exploring our more feature-rich library:

  • Riichi UI Vue

Primary Use-cases

  • Foundation for Higher-Level UI Components: Ideal for establishing a groundwork for a more advanced UI component library utilizing sophisticated JavaScript frameworks.
  • HTML/CSS-Only Projects: Suited for projects where JavaScript is not utilized or required.

Getting Started

Installation

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

npm install @emeraldcoder/riichi-ui-css

Implementation

Reference the library's CSS file within your page or component:

<link rel="stylesheet" href="@emeraldcoder/riichi-ui-css/build/riichi-ui.min.css">

Utilize CSS classes to incorporate the library's components:

<span class="riichi-tile">
  <span class="riichi-tile-icon riichi-tile-icon--1m"></span>
</span>

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

  • Documentation
  • Github Repository
  • NPM Package

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

0.0.0-beta.5

5 months ago

0.0.0-beta.4

5 months ago

0.0.0-beta.3

9 months ago

0.0.0-beta.2

9 months ago

0.0.0-beta.1

11 months ago