Ben M.

Results 33 comments of Ben M.

Pasting svelte code into a template literal also causes some stuff to be added to the output string. I posted about it on Stackoverflow: https://stackoverflow.com/questions/75223639/strange-error-with-template-literal-adding-to-string

Have you found a solution to this? All the Tailwind styling of my documentation disappeared after running `pnpm run package` and I can't figure out why.

@Laaouatni thank you for the detailed explanation, that worked great! I'll just have to mention that step in the documentation for people that end up using it, then it won't...

I have the same problem that autocomplete isn't working for rules and shortcuts in my Svelte files.

Update the documentation navbar so that on mobile its at the bottom like in Svelte's documentation site.

@Mohamed-Kaizen I also like the primevue table a lot. That with ag-grid would be interesting to showcase as examples, although I'm not sure how much ag-grid can be customized. Still...

@Mohamed-Kaizen for the integrations I was thinking more along the lines of having a section in the docs where we have examples of how to use the design system with...

Could use this API to get a colour palette: - https://www.simeongriggs.dev/using-the-tailwind-css-palette-generator-and-api - https://github.com/SimeonGriggs/tints.dev

https://uicolors.app/create ![image](https://github.com/bennymi/ato-ui/assets/20195536/11df9c2e-514e-44d1-80bc-7fce3550c3b8)

@delight yeah I tried both the vite plugin and the preprocessor one, but for both of them it messed up the docs site. Perhaps I missed something or configured it...