Using Components #24
-
|
Hey, I am new here, was trying to use some of the component. How do i use any components? Specially i was trying to use the cursor components. Or is there any way to use multiple cursor component in one project? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can find specific instructions there for using components. You can check ui-layouts official site as well. There the moderators have given detailed instruction to use. And to use multiple components at once, yes you can use multiple cursor components in one project. Just keep them in different files (easier and better), or keep in one file - export different functionss, and import and use on condition. |
Beta Was this translation helpful? Give feedback.
You can find specific instructions there for using components. You can check ui-layouts official site as well. There the moderators have given detailed instruction to use.
And to use multiple components at once, yes you can use multiple cursor components in one project. Just keep them in different files (easier and better), or keep in one file - export different functionss, and import and use on condition.