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: 4 months ago
JSON representation
A React component to display molecular formulas
- Host: GitHub
- URL: https://github.com/zakodium-oss/react-mf
- Owner: zakodium-oss
- License: mit
- Created: 2017-01-27T09:17:40.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T09:46:29.000Z (11 months ago)
- Last Synced: 2025-08-21T23:11:20.384Z (11 months ago)
- Topics: formula, hacktoberfest, molecular, reactjs
- Language: TypeScript
- Homepage: https://react-mf.pages.dev
- Size: 5.75 MB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-mf
React component to display molecular formulae.
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