How to use the @freesewing/components.withGist function in @freesewing/components

To help you get started, we’ve selected a few @freesewing/components examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github freesewing / freesewing / packages / workbench / src / index.js View on Github external
<ul>
      <li>
        <h2>hi</h2>
      </li>
    </ul>
  );
};

Workbench.propTypes = {
  pattern: PropTypes.oneOf(patternList),
  units: PropTypes.oneOf(["metric", "imperial"]).isRequired
};

Workbench.defaultProps = {};

export default withGist(Workbench, { gist: {}, store: "yes" });

@freesewing/components

A collection of React components for FreeSewing web UIs

MIT
Latest version published 2 years ago

Package Health Score

64 / 100
Full package analysis

Popular @freesewing/components functions