yarn add @junipero/reactimport { TextField } from '@junipero/react';
export default () => (
<TextField />
);Don't forget to add our default theme to your app using @junipero/theme, or create your own theme.
These libraries are not bundled with Junipero and required at runtime:
https://junipero.design/components
Please check the CONTRIBUTING.md doc for contribution guidelines.
This software is licensed under MIT.