Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brokarim/react-iframe
https://github.com/brokarim/react-iframe
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brokarim/react-iframe
- Owner: BroKarim
- Created: 2023-11-19T14:22:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T14:41:56.000Z (about 1 year ago)
- Last Synced: 2024-11-17T11:20:55.860Z (3 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Iframe
(short for inline frame) is an HTML element that allows you to embed external content, such as a webpage, within your own HTML document. In the context of React, you can create a simple React component that renders an element to embed external content.
Sources you can learn from :
- [Best practice for react iframe]([https://vitejs.dev/](https://blog.logrocket.com/best-practices-react-iframes/))
- [Iframe with react](https://blog.bitsrc.io/best-practices-in-using-iframes-with-react-6193feaa1e08)## Installation
Clone the repo and run `npm install`
## Start
After the successfull installation of the packages: `npm run dev`
Made with ❤️ by Bro Karim