This repository contains a React UI component (O2Input.tsx) along with unit tests and a Storybook playground to interact with the component.
Contents:
O2Input.tsx: The core React UI component.- Unit Tests
- Storybook Playground
- Install dependencies
npm install
npm run devnpm run storybooknpm run test:unit