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
- Host: GitHub
- URL: https://github.com/zakodium-oss/react-mf
- Owner: zakodium-oss
- License: mit
- Created: 2017-01-27T09:17:40.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T07:49:03.000Z (over 1 year ago)
- Last Synced: 2024-11-12T16:46:21.577Z (11 months ago)
- Topics: formula, hacktoberfest, molecular, reactjs
- Language: JavaScript
- Homepage: https://zakodium-oss.github.io/react-mf/
- Size: 14.5 MB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
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