
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
@autoguru/overdrive
Advanced tools
Overdrive is a product component library, and design system for AutoGuru.
Overdrive is a product component library and design system for AutoGuru, built with React, TypeScript, Vanilla Extract, and Storybook.
Overdrive is a product component library, and design system for AutoGuru. Built with React, TypeScript, Vanilla Extract, and Storybook.
To use Overdrive in your project, install it via yarn:
yarn add @autoguru/overdrive \
react react-dom
Then, import the reset and configure the OverdriveProvider with the theme you want to use:
import '@autoguru/overdrive/reset';
// It is important that the reset import happens before any of this.
import { baseTheme } from '@autoguru/overdrive/lib/themes';
import { OverdriveProvider, Button } from '@autoguru/overdrive';
<OverdriveProvider theme={baseTheme}>
<Button variant="primary">Hello World</Button>
</OverdriveProvider>;
Documentation
For more information on Overdrive's API and usage, check out the docs.
Chromatic for providing component screenshot testing.
MIT © AutoGuru
4.37.0
<i>
tagFAQs
Overdrive is a product component library, and design system for AutoGuru.
We found that @autoguru/overdrive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.