zakodium-oss / react-mf

A React component to display molecular formulas

Home Page:https://zakodium-oss.github.io/react-mf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-mf

React component to display molecular formulae.

Zakodium logo

Maintained by Zakodium

NPM version build status npm download

Installation

npm install react-mf

Usage

import { MF } from 'react-mf';

function MyComponent() {
  return <MF mf="C6H6" />;
}

Documentation

See https://zakodium-oss.github.io/react-mf/ for detailed usage examples.

About

A React component to display molecular formulas

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

License:MIT License


Languages

Language:JavaScript 100.0%