Panagiotis Vourtsis
Panagiotis Vourtsis
In our webpack config there is the line that if we load css from modules can add it to the bundle #157 but how about if we require a module...
Latest version is having two errors on the types from typescript. The index.d.ts is having a problem finding the type for the index.js when the ./Types is imported. _Please see...
_Originally posted by @elektracodes in https://github.com/Orfium/orfium-ictinus/pull/351#discussion_r701001683_
> We could also open a new issue for the scrollbar waiting for the design team to provide us a solution. This is a great package to have the same...
Tests must start guard our library now that the design is in place. That's why we must make snapshot tests and unit/integration tests on the components that we will not...
We must remove useTheme for internal css functions since each css function returns the `theme` property. Check that all functions are calculated through `css` prop and not `style` like an...
Introduce keyboard support to DatePicker component for all of his states (day pick, range pick and time) Keyboard support must also apply to time picker (future feature) and date options...
like the way material allows full customisation over all of the components they have. If we are to leave it like this and not have some kind of manipulating/changing some...
### Describe the bug While i am using the plugin i found a problem that it cannot handle `as const` constants when passing to type. This is when the `rollupTypes`...
Hi, currently on my project there was a need to move the snackbar that i have for popup messages from bottom to the top. It's also handy when it comes...