Multiple components inside one library in nx monorepo

Can we add multiple components inside one library inside a monorepo setup?

Currently I’m using NX CLI.

Example:

libs
 - ui
  - src
   - lib
    - button
    - switch
    - radio

Tried to generate using:

yarn g @nx/react:library --path ui/src/lib/button