Joe Prisk

Results 21 comments of Joe Prisk

@t-kelly i've encountered this bug too, will have to rethink my code execution to avoid creating too many entry points.

Ah, thanks @ben-rogerson - had I seen the Rollup example it would have saved me a bit of time. I ended up using [create-react-library](https://github.com/transitive-bullshit/create-react-library) which was compatible with the module...

Found that implementing transition-link broke my css sticky elements too, was able to re-implement by making the first element inside the tl-wrapper my 'scrolling' div. Using height:100vh and overflow:auto Problem...

@kushiiiiiiiiya is Tailwind really a design system? isn't it more of a utility css framework... [tailwindui](https://tailwindui.com/) is closer to a design system but even then... given it is a paid...

when working with typescript adding the following to your config saves some guess work: ```ts import Markdoc, { Config } from "@markdoc/markdoc"; const config: Config = { ... } ```...

ah, thats a good suggestion @fieldju - have put up a PR for the team to consider

Hope you don't mind me asking, is there any update here @PatrikKozak? holding off some additions which I could make an array of single relationships but would rather use `hasMany`...

> It'd be awesome if Tremor provided some easy way to reuse those defaults style when new components are needed. with utility classes being used across the library, inheriting styles...

Nice! Thanks Shawn, I had started to code my own implementation using react+gotrue-js but should have just used the wrapper you've provided.