
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@freshworks/react-nucleus
Advanced tools
Nucleus design system in React based on Styled Components
Peer Dependencies to be installed
npm install styled-components
Install the package with github. Please ensure you are using a proper version tag or commit id.
Dont' install using the master branch or default url
npm install git+ssh://git@github.com/freshworksinc/react-nucleus.git@0.1.3
Here is a quick example to get you started, it's all you need:
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'react-nucleus';
function App() {
return (
<Button>
Nucleus Button
</Button>
);
}
ReactDOM.render(<App />, document.querySelector('#app'));
This project follows conventional commit messages using commitlint. Hence please adhere to the conventions for your commit messages.
Install Dependencies
npm install
Start the app using storybook
npm run storybook
Build react-nucleus Ui Core Components
npm run build
Generate a PAT with admin:org, write:packages, read:packages, delete:packages
Authenticate to npm github package
npm login --registry=https://registry.npmjs.org/
Publish the package to npm
npm publish
Deploy to Netlify
npm run deploy
FAQs
React UI Components for Freshworks
We found that @freshworks/react-nucleus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.