chrome-extension-options

0.1.6 • Public • Published

Important

This is a 0.x.x version and is therefore not ready for production use.

#Usage

import React from 'react';
import ReactDOM from 'react-dom'
import { Options } from 'chrome-extension-options'

var options = [{
	type: "string",
	id: "username",
    name: "Username",
    defaultValue: ""
}];

ReactDOM.render(<Options title="My title" options={options} />, document.getElementById('content'));

/chrome-extension-options/

    Package Sidebar

    Install

    npm i chrome-extension-options

    Weekly Downloads

    3

    Version

    0.1.6

    License

    MIT

    Last publish

    Collaborators

    • mrmikemccabe