Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sampoder/holocron

🥽 Use your Jedi Challenges headset for anything!
https://github.com/sampoder/holocron

Last synced: 16 days ago
JSON representation

🥽 Use your Jedi Challenges headset for anything!

Awesome Lists containing this project

README

        

# 🥽 holocron
Use your Jedi Challenges headset for anything!

[![NPM](https://img.shields.io/npm/v/@sampoder/holocron.svg)](https://www.npmjs.com/package/@sampoder/holocron)

## Install

```bash
npm install --save @sampoder/holocron
yarn add @sampoder/holocron
```

## Usage

```jsx
import Holocron from '@sampoder/holocron'

function Title(){
return

The Hello World!


}

function LaunchButton(){
return Play
}

function FullscreenButton(){
return Fullscreen
}

function App() {
return (


}
backgroundColor='#8492a6'
launch={}
mode="left"
fullscreen={}
>

Hello World




)
}

export default App
```

## License

MIT © [sampoder](https://github.com/sampoder)