Home
Softono
frosted-ui

frosted-ui

Open source TypeScript
255
Stars
15
Forks
5
Issues
6
Watchers
1 week
Last Commit

About frosted-ui

<h1 align="center">Frosted UI</h1> <p align="center">Design system used by <a href="https://whop.com/">Whop</a></p> <h3 align="center"> <a href="https://storybook.whop.dev/">Storybook</a> - <a href="https://www.figma.com/design/pWs6edprYZNR54ZPwk0oRV">Figma UI kit</a> - <a href="https://github.com/whopio/frosted-ui/tree/main/packages/frosted-ui">Source code</a> </h3> > [!WARNING] > The design system is still a work in progress so you can expect some breaking changes. <img width="2270" height="1101" alt="Gray 1" src="https://github.com/user-attachments/assets/abb3b1ca-7445-4438-801c-80bc666b7c54" /> ## Getting Started Install Frosted UI: ```sh $ pnpm add frosted-ui ``` Import the global CSS file at the root of your application: ```tsx import 'frosted-ui/styles.css'; ``` Add the Theme component: ```tsx import { Theme } from 'frosted-ui'; export default function () { return ( <html> <body> <Theme> <MyApp /> </Theme> </body> </html> ); } ``` ## ...

Platforms

Web Self-hosted

Languages

TypeScript

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.