🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@charcoal-ui/react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
c

@charcoal-ui/react

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

4.8.1
latest
Version published
Weekly downloads
1.7K
7.59%
Maintainers
5
Weekly downloads
 
Created
Issues
26

@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 08 Jul 2025

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