Including PCUI library

Do I need to include all files in my project in order for PCUI to work?
Do I just need to drag and drop files, or there is a special procedure for importing this library

No, that is the source code for building the library. From there you can build and after that use the files generated in the /dist folder.

Here is a PlayCanvas editor project that uses them, you can check how it loads the library and spawns the UI:

2 Likes

@Leonidas I am trying to make a “Color picker” on my panel, but I can’t find the code for that on storybook
Is that available?

No I think that’s still work in progress, these are the implemented components in PCUI:

Check this for a quick and easy to use colorpicker:

1 Like