Installation

bash
npm install beta-parity-react

Usage

tsx

import { ThemeProvider } from 'beta-parity-react/ui/theme';
export default function App() {
  return <ThemeProvider>... Your application code</ThemeProvider>;
}
tsx

import { Button } from 'beta-parity-react/ui/button';
export default function App() {
  return <Button variant='primary'>Click Me</Button>;
}

Changelog

Version 0.2.0:

Version 0.1.6:

Version 0.1.4:

Version 0.1.3:

Version 0.1.2:

Version 0.1.1:

Version 0.0.9:

Version 0.0.7: