Skip to content

juiceboxes/pear

Repository files navigation

juiceboxes/pear

react components

Usage

npm install: npm install @juiceboxes/pear

Imports

Component import { Component } from 'node_modules/@juiceboxes/pear

SCSS @import '~@juiceboxes/pear/index.css';

Development

Create a component inside of the PresentationalComponent folder

Structure

PresentationalComponents
└───YourComponent
    ├─── index.js
    ├─── YourComponent.js
    └─── your-component.scss

Build: npm run build Test: npm run test

There is also a playground for any development npm run playground

Documentation Links

Conbribution

Adding to index.js

Make sure that when you finish your component, you import it in the src/index.js file

If you're using any kind of pixel variable, be sure to use the px converter inside the Utilities

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published