3.4.13 • Published 24 days ago

@junipero/core v3.4.13

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

npm

Installation

yarn add @junipero/core

Usage

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.