DylanSp / tic-tac-toe-react

A simple client-side Tic-Tac-Toe app for learning/practicing React.
MIT License
0 stars 1 forks source link

Use different style for new game button #3

Open DylanSp opened 6 years ago

DylanSp commented 6 years ago

The default button style for NewGameButton doesn't work all that well with the hand-drawn, sketchy look. It'd be good to look into potential styles/replacements.

DylanSp commented 6 years ago

One option is wired-elements, a Web Component-based package. However, these don't seem to work well with Typescript + React; see https://github.com/wiredjs/wired-elements/issues/68. Possible solutions to this include web-components-loader or react-web-component-wrapper.

DylanSp commented 6 years ago

Another idea is to use one of these hand-drawn buttons, or perhaps these.