
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@whop/frosted-ui
Advanced tools
Frosted is the design system used and and built by [Whop](https://whop.com).
Frosted is the design system used and and built by Whop.
Install package:
npm i @whop/frosted-ui
Configure your tailwind.config.ts to use the Frosted UI theme by wrapping your config with preset:
import preset from '@whop/frosted-ui/dist/preset';
const config = preset({
// your config here
});
export default config;
Wrap your app in the TooltipProvider component and add the Toaster as well:
Note: this example is in Next.js but you can wrap the root of any React project.
import { TooltipProvider, Toaster } from '@whop/frosted-ui';
import type { AppProps } from 'next/app';
export default function App({ Component, pageProps }: AppProps) {
return (
<TooltipProvider>
<Component {...pageProps} />
<Toaster />
</TooltipProvider>
);
}
That's it! You're ready to use Frosted UI. Checkout the documentation for more information about the components.
FAQs
Frosted is the design system used and and built by [Whop](https://whop.com).
The npm package @whop/frosted-ui receives a total of 94 weekly downloads. As such, @whop/frosted-ui popularity was classified as not popular.
We found that @whop/frosted-ui demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.