0.0.2 • Published 1 year ago

onigiri-ui v0.0.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

A prestyled, zero-config, single-line component library integrated with react-hook-form and Zod

Getting started

  1. Create your form's validation schema (we use and advocate for Zod)
  2. Initialize react-hook-form with your validation schema using @hookform/resolvers
  3. Pass your react-hook-form object into Onigiri UI component

And... Magic!

Onigiri UI implementation code

Onigiri UI implementation example

Motivation

Popular component libraries out there (MUI, daisyUI, or Tailwind UI) provide some form of states that you can readily implement in your state management. This provides a very high degree of implementation flexibility to front-end engineers.

Not every engineer need that level of flexibility.

Features

-

Roadmap