Home
Softono

Frosted Ui

Open source TypeScript
255
Stars
15
Forks
5
Issues
6
Watchers
2 months
Last Commit

 About Frosted Ui

Official Whop design system

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Frosted Ui?

We provide expert installation service for this software. Our team will install, configure, and secure Frosted Ui on your server. plans start at just $30.

Frosted Ui

View on GitHub

Frosted UI

Design system used by Whop

Storybook - Figma UI kit - Source code

[!WARNING] The design system is still a work in progress so you can expect some breaking changes.

Gray 1

Getting Started

Install Frosted UI:

$ pnpm add frosted-ui

Import the global CSS file at the root of your application:

import 'frosted-ui/styles.css';

Add the Theme component:

import { Theme } from 'frosted-ui';

export default function () {
  return (
    <html>
      <body>
        <Theme>
          <MyApp />
        </Theme>
      </body>
    </html>
  );
}

Guides

Acknowledgments

Frosted UI is heavily based on Radix Themes design system and Radix Icons.