Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhu committed Oct 6, 2024
1 parent b7e7728 commit 216c9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sheet

A mobile web sheet that replicates the Apple-style [sheet experience](https://developer.apple.com/design/human-interface-guidelines/sheets), designed to be accessible to all users.
A mobile web sheet that replicates the Apple-style [sheet experience](https://developer.apple.com/design/human-interface-guidelines/sheets), designed to be accessible to all users. Explore the [Sheet examples](https://sheet-examples.vercel.app) and view the [example code](https://github.com/hzhu/sheet-examples).

<div style="display: flex; justify-content: center;">
<img src="https://docs-assets.developer.apple.com/published/1f52d50425bf3c15d9fc7b46e2c99043/[email protected]" width="35%" style="margin-right: 10px;" />
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@sheet-ui/sheet",
"version": "1.0.0",
"author": "henryzhu.eth",
"license": "MIT",
"description": "A 📄 sheet is a modal used to replicate an Apple-like sheet experience on the mobile web.",
"homepage": "https://github.com/sheet-ui/sheet",
"repository": {
"type": "git",
"url": "https://github.com/sheet-ui/sheet"
"url": "git+https://github.com/sheet-ui/sheet.git"
},
"bugs": {
"url": "https://github.com/sheet-ui/sheet/issues"
Expand Down Expand Up @@ -39,6 +40,5 @@
},
"dependencies": {
"react-aria-components": "^1.4.0"
},
"version": "1.0.0"
}
}

0 comments on commit 216c9cc

Please sign in to comment.