Start building
your Scale app

Start building
your Scale app

Scale UI Radix is a component library built on top of Radix Themes and other libraries to provide a consistent and accessible design system for all Scale applications.

import '@scale/scaleui-radix/dist/styles.css';
import { Theme, Button } from '@scale/scaleui-radix'
export default () => (
<Theme>
<Button>Hey 👋</Button>
</Theme>
)