New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@autoguru/sdk-client-components

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autoguru/sdk-client-components

AutoGuru Client Web Components is a set of UI components for integration with AutoGuru platform in WebComponents standards.

  • 0.1.0-alpha.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
3
Weekly downloads
 
Created
Source

@autoguru/overdrive


Overdrive is a product component library, and design system for AutoGuru. Built with React, TypeScript, Vanilla Extract, and Storybook.

Usage

yarn add @autoguru/overdrive \
	react react-dom
  1. Import reset

    import '@autoguru/overdrive/reset';
    
  2. Import and configure the OverdriveProvider complete with the theme you're wanting to use.

    // It is important that the reset import happens before any of this.
    import { baseTheme } from '@autoguru/overdrive/lib/themes';
    import { OverdriveProvider, Button } '@autoguru/overdrive';
    
    <OverdriveProvider theme={baseTheme}>
        <Button variant="primary">
            Hello World
        </Button>
    </OverdriveProvider>
    

Thanks

Chromatic for providing component screenshot testing.

License

MIT © AutoGuru

AutoGuru

Keywords

FAQs

Package last updated on 09 Feb 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc