Axes
@nivo/axes
No description provided on npm.
Utilities
nivo
dataviz
react
axes
@nivo/axes
Utilities
javascript
npm
frontend
open source
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @nivo/axesCode example
import { useAxes } from "@nivo/axes";
export function Example() {
const value = useAxes();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by Raphaël Benitte
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- 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