Skip to content

andreipfeiffer/react-native-floating-labels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-floating-labels

A <FloatingLabel> component for react-native.

Add it to your project

Run npm install git://github.com/andreipfeiffer/react-native-floating-labels

Usage

import FloatingLabel from "react-native-floating-labels";

class TextInput extends React.Component {

  render() {
    return (
      <FloatingLabel
        labelStyle={/* styles for label */}
        inputStyle={/* styles for input */}
        style={/* styles for wrapper */}
        /* any other React Native TextInput props */
      >
        Label Text
      </FloatingLabel>
    );
  }
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%