Michael Slocum

Results 5 issues of Michael Slocum

https://github.com/juristr/blog-series-nextjs-nx/blob/b184b6bf3a575f519f8263ca5990e28e1b763670/libs/shared/ui/tailwind.config.js#L7 Since there is technically no src file in this lib it will not work replace with the line below for a generic update: ` join(__dirname, '../**/*.{js,ts,jsx,tsx}'),`

Shadcn Form component should be labeled "use client", if I am not mistaken? Given that it uses context ```typescript import * as React from "react" import * as LabelPrimitive from...

### Feature description Add the ability to export data to csv ### Additional Context Additional details here... ### Before submitting - [X] I've made research efforts and searched the documentation...

### Feature description Getting fuzzy sort to work like in the docs: https://tanstack.com/table/latest/docs/framework/react/examples/filters-fuzzy Then have the searchable inputs to search multiple values ### Additional Context Additional details here... ### Before...

## Description Set up storybook tool bar for dark + light mode swap. Allow chromatic to take screen shots of both ## Checklist - [x] My code follows the code...