Chris Czopp

Results 3 issues of Chris Czopp

- changed tests to utilize more of the testing library API, things like: `expect(screen.getByRole('checkbox')).not.toBeChecked();` - upgraded vitest template modules - added .idea/ to .gitignore In the future I'd like to...

Could we change this: ```ts import { describe, expect, test } from 'vitest'; ``` to this: ```ts import { describe, expect, test as it } from 'vitest'; ``` and then...

# `createForm()` proposal. ## Requirements - headless, allowing developer to use any UI component library for inputs - allowing great control with opt-out option by using helpers to make DX...

Primitive Proposal