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

backstage-ui/backstage-text-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backstage-text-input

Backstage React text field component

Build Status

Installing

$ npm install backstage-text-field --save

Development/Contributing

Clone the project to your local machine, go to the root dir and run:

$ npm i
$ npm run demo

You should see Listening at localhost:8080 in your terminal. Open a browser window and check http://localhost:8080/demo.

Examples

import React from 'react';
import { render } from 'react-dom';
import TextField from 'backstage-text-field';

render(<TextField label='Input some data' />, document.getElementById('container'));

About

Backstage React text field component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published