UNPKG
react-tangle
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
tangle.js style input elements for react
github.com/mapbox/react-tangle
react-tangle
/
example
/
example.css
15 lines
(13 loc)
•
230 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.react-tangle-input
{
border
:
0
; -webkit-
appearance
:none;
text-align
:left
;
cursor
:col-resize;
font
:inherit;
border-bottom
:
2px
dotted
#000
;
display
:inline;
width
:
50px
; }
.react-tangle-input
:focus
{
cursor
:text; }