Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md


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.