Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 496 Bytes

backstage-switch-button

Backstage React switch button component

Build Status

Installing

$ npm install react-switch-button --save

Example

import React from 'react';
import { render } from 'react-dom';
import SwitchButton from 'backstage-switch-button';

render(<SwitchButton />, document.getElementById('container'));