
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
@cookbookdev/interchain-ui-react
Advanced tools
Interchain UI for React
Interchain UI is a foundation library for UI elements used in cosmos-kit and other packages. It provides developers with pre-built components and a foundation for creating user interfaces across different frameworks, such as VueJS, React, Angular, Svelte, SolidJS, and Web Components, enabling developers to customize UI elements and themes. This gives us the ability to code a component once, and it will compile to all framework targets.
First install using your favorite package manager
npm i @interchain-ui/react
yarn add @interchain-ui/react
pnpm add @interchain-ui/react
Then in your root route/layout, import ThemeProvider and CSS
// layout.tsx
import { ThemeProvider } from '@interchain-ui/react';
import '@interchain-ui/react/styles';
export function RootLayout(props: LayoutProps) {
return (
<ThemeProvider>
{props.children}
</ThemeProvider>
)
}
After these steps are done, you can import and use @interchain-ui/react components.
pnpm install to bootstrap the repopnpm run dev to watch the repo for changes and then recompilepnpm run compile to compile from mitosis components to other packages, you can give it a flag -p or --platforms .ie yarn compile -p react vuepnpm run c:react or pnpm run c:vue to compile specifically to react or vuepnpm run clean to clean .node_modules or pnpm run clean:assets to clean build/compile outputCheck Icon guide to know how to add more icons
⚛️ https://cosmology.zone/products/interchain-ui
Checkout these related projects:
Checkout mitosis from BuilderIO to compile lite JSX.
🛠 Built by Cosmology — if you like our tools, please consider delegating to our validator ⚛️
FAQs
UI building blocks for Interchain builders
The npm package @cookbookdev/interchain-ui-react receives a total of 3 weekly downloads. As such, @cookbookdev/interchain-ui-react popularity was classified as not popular.
We found that @cookbookdev/interchain-ui-react demonstrated a not healthy version release cadence and project activity because the last version was released 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
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.