shahar-levi / react-token-field

Token Field control written with React
MIT License
3 stars 3 forks source link

Styling Tokens with Tailwind CSS #9

Closed Vittor-Emanoel closed 1 week ago

Vittor-Emanoel commented 1 week ago

Hello again!

Is it possible to style tokens using Tailwind CSS?

and not just through the getTokenCss function?

it would be something more or less like this:

<TokenField tokens={emails} onChange={({ tokens }) => console.log(tokens)} className="resize-none py-1 -px-2" />

shahar-levi commented 1 week ago

Fix v2.0.10 BTW, the package name changed to react-token-field.