Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 416 Bytes

File metadata and controls

20 lines (13 loc) · 416 Bytes

@mezzanine-ui/react-hook-form

A HOC plugin based on @mezzanine-ui/react and react-hook-form

Storybook

Install

  yarn add @mezzanine-ui/react-hook-form @mezzanine-ui/react-hook-form-core

Load stylesheet

// global.scss
@use '~@mezzanine-ui/react-hook-form-core' as mzn-rhf-core;

@include mzn-rhf-core.styles();