ink
ink copied to clipboard
🌈 React for interactive command-line apps
The following component: ```jsx 📈🚀 test1 test2 test3 test4 ``` Produces the following image: The artifact here is that `test4` has a strikethrough style applied to it. It shouldn't. This...
Updates the `lodash` import to only include the used function which improves startup time and reduces the size of Ink when bundled. Ref https://github.com/yarnpkg/berry/pull/4315
Consider this code based on the example code https://github.com/vadimdemedes/ink/tree/master/examples/use-focus-with-id: ```ts import { render, Box, Text, useFocus, useInput, useFocusManager } from "ink"; import { useEffect } from "react"; export const App...
Upon installing the latest version, I ran into errors with it using 'require' instead of 'import'. After changing all of them, I'm now presented with an Error: Cannot find module...
For example, I have a text input on my screen, but I want to do something when the user presses `^D`. I don't want that `d` to go into the...
Update to React v18 ``` unmet peer react@^17.0.2: found 18.2.0 ```
If you'd like to support Ukraine to win this war sooner, donate to ["Come Back Alive" organization](https://www.comebackalive.in.ua/donate).
Did some digging on the following issue: https://github.com/vadimdemedes/ink/issues/359 Found that what's causing the flickering on iTerm2 is that the whole terminal window is erased and then rewritten. IMO iTerm does...
Firstly: this library is amazing; I'm so excited to use it everywhere I possibly can. Sadly, this issue describes a use case that's blocking me from moving forward :( I'm...