react-cosmos-proxy-buffet
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

A react-cosmos proxy to show a proxy bar

Usage

// cosmos.proxies.js
import createProxyBuffet from 'react-cosmos-proxy-buffet';
import MyProxy from './my-proxy';
 
export default [
  createProxyBuffet({
    proxies: [MyProxy]
  })
];

Package Sidebar

Install

npm i react-cosmos-proxy-buffet

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

23.5 kB

Total Files

14

Last publish

Collaborators

  • nighttrax