elementz
elementz copied to clipboard
:space_invader: A React UI Component library for building modern applications easily & quickly
```sh-session npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2"...
Trying to use this in Next.JS throws `ReferenceError: window is not defined`. Really like the look of this UI, so I hope this gets fixed soon. Thanks in advance!
Is it possible to import elementz into next.js? I tried npm i elements --save but it gives me the same error which I screenshot and posted below Translation of part...
Currently this project is `57.4% JS + 1.9% TS`. If we start migrating `JS` to `TS`, the library will become way robust and usability will skyrocket, at least this is...
How about we add some doc to **Modal window** in this awesome library? Here is my code, and this doesn't work: https://codesandbox.io/s/angry-sutherland-rzv2f?file=/src/App.js Also pasting here: ``` const App = ()...
Can i export the table to pdf
Hello! Is there any plans to add column grouping? Such as this: https://codesandbox.io/s/j8o94
- Imports are sorted - Extra brackets were removed - Reformatted code using prettier - Let and const are used instead of var - Arrow functions are used instead of...
Just a small typo I found while reading through the docs. Very pretty library :)
## Problem #1 Occurred when settings sidebar was closed. Toggle button was misplaced. ## Description First suggestion was to change `width` to `0` but it could fail in some situations...