Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arconnect/components

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arconnect/components

ArConnect Components Library ============================

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
21
increased by75%
Maintainers
0
Weekly downloads
 
Created
Source

ArConnect Components Library

Setup

This project does not include a CSS reset or global default styles.

Depending on your setup, the best way to provide those would vary, but in general the best option is to do it using a plain CSS file. Avoid using styled-components's createGlobalStyle() as it might result in the following error and unexpected results:

Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app.

You can find some simple global styles / CSS reset in this repo, at:

  • .storybook/preview-head.html

Additionally, you can find a more complex example in https://github.com/arconnectio/ArConnect/:

  • ArConnect/src/popup.html
  • ArConnect/assets/popup.css
  • ArConnect/src/components/hardware/HardwareWalletTheme.tsx

FAQs

Package last updated on 22 Nov 2024

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