Yousef Abdulkarim

Results 9 comments of Yousef Abdulkarim

You could [@feathers-plus/cli](https://generator.feathers-plus.com/get-started/), this cli extends the reguler feathers cli and gives you more options such as generating a feathers project with graphql.

aha, have not used it so i didn't know that

You could ask them at feathersjs [slack](https://slack.feathersjs.com/), you might get faster response if you do it.

Implementation can be implemented with css clip path, because all browsers support css clip path with inline svg

Will this also include button group component if it affects accessibility?

You could just use onKeyDown and check if event.key is "Enter" and then prevent default [Here is a link to the sandbox](https://codesandbox.io/s/recursing-waterfall-n24x6?file=/src/App.tsx:0-907)

I think the css method should take a second parameter and it is type would be the variants. I think there are some scenarios where it is needed. ```ts import...

@Anber can not this be achieved at the component level by using matchMedia under the hood

I have I kinda workaround which works by splitting the array values into multiple local variables. I would argue it is better because It would make it more composable, in...