1
- # 🪟 react-browser-containers ✨
1
+ # 🪟 react-browser-components ✨
2
2
3
- Customizable browser-like containers, with tabs functionality (React) .
3
+ React component for browser-windows like containers, with tabs functionality.
4
4
5
5
``` bash
6
- npm i @enhanced-jax/react-browser-containers
6
+ npm i @enhanced-jax/react-browser-components
7
7
```
8
8
9
- ![ npm] ( https://img.shields.io/npm/v/@enhanced-jax/react-browser-containers )
10
- ![ GitHub license] ( https://img.shields.io/github/license/EnhancedJax/react-browser-containers )
11
- ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/@enhanced-jax/react-browser-containers )
9
+ ![ npm] ( https://img.shields.io/npm/v/@enhanced-jax/react-browser-components )
10
+ ![ GitHub license] ( https://img.shields.io/github/license/EnhancedJax/react-browser-components )
11
+ ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/@enhanced-jax/react-browser-components )
12
12
13
13
| ![ ] ( ./images/chrome.png ) ChromeBrowser | ![ ] ( ./images/arc.png ) ArcBrowser |
14
14
| :------------------------------------: | :------------------------------: |
@@ -22,7 +22,7 @@ You can use the components to demonstrate functionality with browsers, or as dec
22
22
import {
23
23
ChromeBrowser ,
24
24
ArcBrowser ,
25
- } from " @enhanced-jax/react-browser-containers " ;
25
+ } from " @enhanced-jax/react-browser-components " ;
26
26
import { useState } from " react" ;
27
27
28
28
const App = () => {
@@ -88,8 +88,8 @@ export default interface Theme {
88
88
To get started:
89
89
90
90
``` bash
91
- git clone https://github.com/EnhancedJax/react-browser-containers .git
92
- cd react-browser-containers
91
+ git clone https://github.com/EnhancedJax/react-browser-components .git
92
+ cd react-browser-components
93
93
npm i
94
94
```
95
95
@@ -108,5 +108,5 @@ npm run build
108
108
npm link
109
109
npm link " ../your-project/node_modules/react"
110
110
cd ../your-project
111
- npm link @enhanced-jax/react-browser-containers
111
+ npm link @enhanced-jax/react-browser-components
112
112
```
0 commit comments