
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@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
FAQs
Overdrive is a product component library, and design system for AutoGuru.
The npm package @autoguru/overdrive receives a total of 605 weekly downloads. As such, @autoguru/overdrive popularity was classified as not popular.
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
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.