Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghandic committed Aug 22, 2024
1 parent d34c81f commit e8bb0af
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# react-mailto

[![JSR](https://jsr.io/badges/@slalombuild/react-mailto)](https://jsr.io/@slalombuild/react-mailto)
<!-- TODO: Uncomment once JSR works for JSX -->
<!-- [![JSR](https://jsr.io/badges/@slalombuild/react-mailto)](https://jsr.io/@slalombuild/react-mailto) -->
[![NPM Version](https://img.shields.io/npm/v/@slalombuild/react-mailto)](https://www.npmjs.com/package/@slalombuild/react-mailto)

## Overview
Expand All @@ -17,9 +18,10 @@ This package is ideal for developers who want to generate email links with rich

## Installation

Install the package via deno, npm, yarn, pnpm or bun:
<!-- TODO: Uncomment once JSR works for JSX -->
<!-- Install the package via deno, npm, yarn, pnpm or bun: -->

```sh
<!-- ```sh
deno add @slalombuild/react-mailto
npx jsr add @slalombuild/react-mailto
Expand All @@ -29,7 +31,7 @@ yarn dlx jsr add @slalombuild/react-mailto
pnpm dlx jsr add @slalombuild/react-mailto
bunx jsr add @slalombuild/react-mailto
```
``` -->

## Usage

Expand Down

0 comments on commit e8bb0af

Please sign in to comment.