An open API service indexing awesome lists of open source software.

https://github.com/zakodium-oss/react-mf

A React component to display molecular formulas
https://github.com/zakodium-oss/react-mf

formula hacktoberfest molecular reactjs

Last synced: 3 months ago
JSON representation

A React component to display molecular formulas

Awesome Lists containing this project

README

          

# react-mf

React component to display molecular formulae.


Zakodium logo


Maintained by Zakodium

[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![npm download][download-image]][download-url]

## Installation

```console
npm install react-mf
```

## Usage

```jsx
import { MF } from 'react-mf';

function MyComponent() {
return ;
}
```

## Documentation

See https://react-mf.pages.dev/ for detailed usage examples.

[npm-image]: https://img.shields.io/npm/v/react-mf.svg
[npm-url]: https://npmjs.org/package/react-mf
[ci-image]: https://github.com/zakodium-oss/react-mf/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/zakodium-oss/react-mf/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/react-mf.svg
[download-url]: https://npmjs.org/package/react-mf