Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.29 KB

File metadata and controls

51 lines (32 loc) · 1.29 KB

npm

@junipero/react

Simple and beautiful React components for the web

Installation

yarn add @junipero/react

Usage

import { 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.

Dependencies

These libraries are not bundled with Junipero and required at runtime:

https://junipero.design/components

Contributing

Please check the CONTRIBUTING.md doc for contribution guidelines.

License

This software is licensed under MIT.