@poool/junipero-utils
v2.0.0
Published
π Junipero Design System utils
Downloads
1,523
Keywords
Readme
Installation
yarn add @poool/junipero-utils
Usage
import React from 'react';
import { classNames } from '@poool/junipero-utils';
export default ({ className, disabled }) => (
<div className={classNames('text', { disabled }, className)} />
);
Documentation
This package is not really intended for public usage. Use it at your own risks.
Contributing
Please check the CONTRIBUTING.md doc for contribution guidelines.
License
This software is licensed under MIT.