🏔 Junipero Design System utils

Simple utilities we commonly use inside Junipero packages
``bash`
yarn add @poool/junipero-utils
`javascript
import React from 'react';
import { classNames } from '@poool/junipero-utils';
export default ({ className, disabled }) => (
This package is not really intended for public usage.
Use it at your own risks.
Please check the CONTRIBUTING.md doc for contribution guidelines.
This software is licensed under MIT.