UNPKG

alignment.js

Version:

A suite of reusable [React](http://reactjs.org/) components for creating a variety of visualizations involving [multiple sequence alignments](https://en.wikipedia.org/wiki/Multiple_sequence_alignment). [View the live demo here](http://alignment.hyphy.org/

23 lines (18 loc) 537 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _react = _interopRequireDefault(require("react")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function Placeholder(props) { return /*#__PURE__*/_react["default"].createElement("div", { className: "alignmentjs-container", style: { width: props.width, height: props.height } }); } var _default = Placeholder; exports["default"] = _default;