
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@galacean/editor-ui
Advanced tools
Dedicated React component library for crafting user interfaces in 3D editor products.
import { Meta } from "@storybook/blocks"; import { Title } from '@storybook/blocks'
import Github from "./assets/github.svg"; import Discord from "./assets/discord.svg"; import Bilibili from "./assets/bilibili.svg"; import DingDing from "./assets/dingding.png"; import Youtube from "./assets/youtube.svg"; import Tutorials from "./assets/tutorials.svg";
export const RightArrow = () => <svg viewBox="0 0 14 14" width="8px" height="14px" style={{ marginLeft: '4px', display: 'inline-block', shapeRendering: 'inherit', verticalAlign: 'middle', fill: 'currentColor', 'path fill': 'currentColor' }}
@galacean/editor-ui
is a set of components used to build Galacean Editor which is an perfessional 3d scene editor in the browser. This package is separated from it, dedicated to building a graphic editor in the browser.
In addition to including some basic components such as <Button>
or <Input />
, it also provides some dedicated components like <ColorPicker />
, <GradientSlider />
, <ParticleSlider />
, AssetPicker
and some hooks to help you build your own graphic editor.
You also could use it to build some plugins for Galacean Editor.
Accessibility is a key part of the package, all components are designed to be accessible.
npm install @galacean/editor-ui
Once you have installed the package, you can import the components and use them in your application.
import { Button } from '@galacean/editor-ui';
function App() {
return (
<Button>Galacean Editor</Button>
);
}
Note: You have to keep your application with some reset css to make sure the components work correctly. If not you could use resetStyle()
which exported from @galacean/editor-ui
to reset the style.
This package does not use the
z-index
style.
This library would not have been possible without these excellent open-source projects:
@stitches/react
CSS-in-JS solution@radix-ui
for building accessibility components@radix-ui/colors
for color systemreact-colorful
a tiny color picker componentcolord
for color manipulation@tabler/icon-react
for some iconsFAQs
Dedicated React component library for crafting user interfaces in 3D editor products.
We found that @galacean/editor-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.