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

backstage-ui/backstage-switch-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'));