
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@yuyuid/sunui
Advanced tools
Sunda UI - React UI component library
Sunda UI – A modern, elegant, and scalable React UI library inspired by the beauty of Sunda culture.
Designed for developers who want clean, reusable, and accessible components with a touch of cultural uniqueness.
Think of it like Ant Design, but with the warmth and identity of Sunda.
npm install sunui
# or
yarn add sunui
# or
pnpm add sunui
import React from 'react';
import { Button } from 'sunui';
export default function App() {
return (
<div>
<Button type="primary">Sampurasun!</Button>
</div>
);
}
More component coming soon..
import React, { PropsWithChildren } from 'react';
import { AppProvider } from 'sunui';
interface AppProps extends PropsWithChildren {}
const App: React.FC<AppProps> = () => {
return (
<AppProvider
theme={{
token: {
colorPrimary: '#1677FF',
},
var: true,
}}
>
{children}
</AppProvider>
);
};
Full documentation is coming soon Yuyuid SunUI
MIT © 2025 SunUI Team
SunUI is more than just components –
it’s about bringing the warmth of Sunda culture into your app.
FAQs
Sunda UI - React UI component library
We found that @yuyuid/sunui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.