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 dev
npm run storybook
npm run test:unit