https://github.com/pycord-development/pycord-ui
A mini design system for building Pycord projects on the web.
https://github.com/pycord-development/pycord-ui
Last synced: 8 months ago
JSON representation
A mini design system for building Pycord projects on the web.
- Host: GitHub
- URL: https://github.com/pycord-development/pycord-ui
- Owner: Pycord-Development
- License: mit
- Created: 2022-04-21T18:24:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T22:20:34.000Z (over 2 years ago)
- Last Synced: 2025-04-21T23:04:20.857Z (9 months ago)
- Language: SCSS
- Homepage:
- Size: 152 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [CSS implementation](docs/pycui/index.md)
- React implementation (TBA)
## Contributing
If you wish to contribute to this library, please read the [contributing guide](.github/CONTRIBUTING.md).
The [`/packages`](/packages) directory contains the codebase for all Pycord UI implementations.
[`/packages/pycui`](/packages/pycui) is the package for the CSS implementation. The implementation is written in SCSS.
[`/packages/pycui-react`](/packages/pycui-react) is the package for the react implementation. The implementation ~~is~~ will be written in Typescript.
The [`/tests`](/tests) directory contains all the test files for testing the implementations.
## Local Development
- [CSS implementation](docs/pycui/developing.md)
- React implementation (TBA)