Skip to content

Mirror Design System

Design system for Mirror.xyz built with React and vanilla-extract.
yarn add degen

Wrap the root of your app in a ThemeProvider, import the external stylesheet, and add Inter and iA Writer Mono to your font stack. (Tip: Both fonts are available on Fontsource.)

import { ThemeProvider } from 'degen'
import 'degen/styles'
const App = () => {
return <ThemeProvider>{children}</ThemeProvider>
}
import { Button, IconLockClosed, Stack } from 'degen'