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

@charcoal-ui/react

Package Overview
Dependencies
Maintainers
0
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@charcoal-ui/react

charcoal デザインシステムに則った React コンポーネントを提供します

  • 3.16.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@charcoal-ui/react

charcoal デザインシステムに則った React コンポーネントを提供します

インストール

npm

npm i @charcoal-ui/react

yarn

yarn add @charcoal-ui/react

Server Side Rendering を行う場合の注意点

React 18 以下で SSR を行う場合はアプリケーション全体を<SSRProvider>で囲む必要があります。

import { SSRProvider } from '@charcoal-ui/react'

const App = () => (
  <SSRProvider>
    <Page />
  </SSRProvider>
)

既知の不具合として、React のstrict modeが有効化されていると hydration error が発生します。@charcoal-ui/reactが依存しているreact-ariaの不具合 (adobe/react-spectrum#2231, adobe/react-spectrum#779) によるものです。

FAQs

Package last updated on 21 Oct 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