![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@univerjs/design
Advanced tools
Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
---|---|---|---|---|---|---|
@univerjs/design | UniverDesign | ⭕️ | ⭕️ |
To ensure better consistency in the UI of Univer plugins and to reduce the effort required for custom development, we provide some fundamental design guidelines and components.
The components are developed using React and less, and you can find out more information by visiting the component library website.
:::note
If you only need to extend the toolbar, context menu, and so on, you can directly use the extension interfaces provided by @univerjs/ui
without implementing the UI yourself. For more information, please refer to Extending UI.
:::
# Using npm
npm install @univerjs/design
# Using pnpm
pnpm add @univerjs/design
This package contains CSS and has the highest priority. Please import it before importing any other Univer style files.
The package provides two built-in themes: defaultTheme
and greenTheme
. You can import them directly and use them in your application.
import { defaultTheme } from '@univerjs/design';
// import { greenTheme } from '@univerjs/design';
// Use the default theme
new Univer({
theme: defaultTheme,
// theme: greenTheme,
});
0.5.5 (2025-01-20)
ColorPicker
(#4518) (f47408e)ColorPicker
(#4512) (5349885)FAQs
UI component library for building exceptional Univer.
The npm package @univerjs/design receives a total of 0 weekly downloads. As such, @univerjs/design popularity was classified as not popular.
We found that @univerjs/design 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.