@junipero/core
v3.12.22
Published
π Junipero Design System Core Utils
Readme
Installation
yarn add @junipero/coreUsage
import { classNames } from '@junipero/core';
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.
https://junipero.design/components/core-utils
Contributing
Please check the CONTRIBUTING.md doc for contribution guidelines.
License
This software is licensed under MIT.
