3.10.5 • Published 9 months ago

@junipero/core v3.10.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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.