Skip to content

Commit 8fb747e

Browse files
committed
Updated readme
1 parent 5dee438 commit 8fb747e

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# react-browser-containers
1+
# 🪟 react-browser-containers
22

3-
Customizable browser-like containers, with tabs functionality (React). The library currency provides two browser components: `ChromeBrowser` and `ArcBrowser`.
3+
Customizable browser-like containers, with tabs functionality (React).
4+
5+
```bash
6+
npm i @enhanced-jax/react-browser-containers
7+
```
48

59
![npm](https://img.shields.io/npm/v/@enhanced-jax/react-browser-containers)
610
![GitHub license](https://img.shields.io/github/license/EnhancedJax/react-browser-containers)
711
![npm bundle size](https://img.shields.io/bundlephobia/min/@enhanced-jax/react-browser-containers)
812

9-
| ChromeBrowser | ArcBrowser |
10-
| :----------------------: | :-------------------: |
11-
| ![](./images/chrome.jpg) | ![](./images/arc.jpg) |
13+
| ![](./images/chrome.png) ChromeBrowser | ![](./images/arc.png) ArcBrowser |
14+
| :------------------------------------: | :------------------------------: |
15+
| ![](./images/chrome.jpg) | ![](./images/arc.jpg) |
1216

1317
You can use the components to demonstrate functionality with browsers, or as decorative elements in your project. The components are not designed to be used as actual browsers.
1418

images/arc.png

761 Bytes
Loading

images/chrome.png

899 Bytes
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enhanced-jax/react-browser-containers",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"scripts": {
66
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",

0 commit comments

Comments
 (0)