UNPKG
react-input-chips
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
A package with minimum dependencies and maximum customization.
github.com/b-meet/react-input-chips
react-input-chips
/
src
/
index.css
12 lines
(11 loc)
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
:root
{
font-family
: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
font-synthesis
: none;
text-rendering
: optimizeLegibility; }
body
{
display
: flex;
align-items
: center;
justify-content
: center;
min-height
:
100vh
; }