Ink Spinner
ink-spinner
Spinner component for Ink
Component Libraries
ink
progress
spinner
loader
loading
component
jsx
react
ink-spinner
Component Libraries
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install ink-spinnerCode example
import { Button } from "ink-spinner";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by Vadim Demedes
- 0 weekly downloads. Battle tested
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub