Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 988 Bytes

Pycord UI

A mini-design system for building Pycord projects on the web.

Purpose

Pycord UI is made to centralize the codebase for Pycord's UI for the web and make all of Pycord's web interfaces consistent.

Documentation

Contributing

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.

Local Development