Closed rileytg closed 7 years ago
(Thanks for putting this component together, works perfectly for my needs)
I included the CSS from upstream xterm releases (totally works for me). How do you recommend including it?
I haven't seen much about this kinda thing (css) in 3rd party React components.
Ideally I'd like to
import 'react-xterm/css'
or something along those lines...
@rileytg you should not include the css in that react module. It comes with the xterm module. react-xterm requires xterm thus the css is in node_modules/xterm
react-xterm
xterm
node_modules/xterm
👌
(Thanks for putting this component together, works perfectly for my needs)
I included the CSS from upstream xterm releases (totally works for me). How do you recommend including it?
I haven't seen much about this kinda thing (css) in 3rd party React components.
Ideally I'd like to
or something along those lines...