A mini-design system for building Pycord projects on the web.
Pycord UI is made to centralize the codebase for Pycord's UI for the web and make all of Pycord's web interfaces consistent.
- CSS implementation
- React implementation (TBA)
If you wish to contribute to this library, please read the contributing guide.
The /packages directory contains the codebase for all Pycord UI implementations.
/packages/pycui is the package for the CSS implementation. The implementation is written in SCSS.
/packages/pycui-react is the package for the react implementation. The implementation is will be written in Typescript.
The /tests directory contains all the test files for testing the implementations.
- CSS implementation
- React implementation (TBA)