The Wayback Machine - https://web.archive.org/web/20210830213426/https://github.com/topics/text-input
Here are
37 public repositories
matching this topic...
A menu for pygame. Simple, and easy to use
Updated
Aug 24, 2021
Python
Subclass of UITextField that adds an animated placeholder and an optional hint label below the text.
Updated
Jul 17, 2020
Swift
A drum-style keyboard for VR in Unity
Updated
May 29, 2020
ShaderLab
Text input for modern web
Updated
Mar 14, 2019
JavaScript
Simple and easy to use TextArea for React Native.
Updated
Aug 27, 2021
Java
VR Text Input Method for Japanese and English.
Fully customizable, animated text input for React Native with beautiful and elegant design
Updated
Aug 21, 2021
TypeScript
Updated
May 22, 2021
Java
Counter Input with fully customizable options for React Native
Updated
Feb 1, 2021
TypeScript
[Qt] 带有标签、下划线的Material Design风格输入框,以及一些创意动画
React Native text input component with a floating label - using react-native-reanimated
Updated
Aug 12, 2021
JavaScript
API to allow mpv scripts to request user text input
Simple ideas for enhancing text input interactions
A simple lovelace multiline text input card
Updated
Oct 15, 2020
JavaScript
Two keyboard layouts for Myanmar SignWriting Fingerspelling
A Flutter based Reusable component which provides TextInput with custom properties which can be used in any Flutter application.
Updated
Jul 23, 2020
Dart
ReactJS based Text Box component used to specify an input field where the user can enter data.
Updated
Jul 23, 2020
JavaScript
React native float label (placeholder) text input field
Updated
Aug 11, 2021
JavaScript
Updated
Sep 6, 2018
JavaScript
An AngularJS based Text Box component used to specify an input field where the user can enter data.
Updated
Jul 17, 2020
TypeScript
A text input bar editor for pygame
Updated
Nov 25, 2016
Python
A height auto growing text input bar for messaging apps written in Swift, adding accessories with simple configuration.
Updated
Jul 15, 2021
Swift
Updated
Sep 3, 2017
JavaScript
This Module is made for writing text in pygame. Text wraps into the next line if words don't fit in desired max width. Scrolling, Enter, Home, End and Delete works. You can navigate cursor through multiple lines with the help of arrow keys. Text lines can be aligned by left or center. It works just like you expect.
Updated
Jun 2, 2021
Python
Updated
Mar 11, 2017
JavaScript
first react project with controlled components: text input with max length and a toggle accept terms checkbox.
Updated
May 24, 2021
JavaScript
Material Design Autosizing Text Input
Updated
Aug 10, 2021
JavaScript
Improve this page
Add a description, image, and links to the
text-input
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
text-input
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
update gif and add another one with border and create a table with props, something like the image bellow
here is the new props value:
fontColor: string;
label: string;
border: boolean;
borderWeight: number;
borderColor: string
containerStyle: StyleProp<ViewStyle