Skip to content

pluto/pluto-frame-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluto Frame Examples

License

This repository demonstrates how to integrate the Pluto Frame libraries in both vanilla JavaScript and React applications:

Documentation

For detailed documentation and integration guides, visit docs.pluto.xyz

Quick Start

  1. Install dependencies
npm install
  1. Run examples
npm run javascript # Vanilla JavaScript example
npm run react # React example

Navigate to http://localhost:5173/ in your browser.

Examples Overview

These examples demonstrate the minimal setup required to integrate Pluto Frame. Both setups load the demo script from script.js.

Vanilla JavaScript

  • Implementation: examples/vanilla-js/index.js
  • HTML template: examples/vanilla-js/index.html

React

  • Basic component: examples/react/App.jsx
  • Entry point: examples/react/main.jsx

Community

License

MIT License - see LICENSE.md for details.

About

Demos for integrating the Pluto Frame in JavaScript and React applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published