An accessible, theme-ready design system built for learning applications and Open edX.
Paragon is a pattern library that provides accessible React components and a SCSS foundation built on Twitter Bootstrap. It is specifically developed for the Open edX platform. The documentation for Paragon can be found at https://paragon-openedx.netlify.app/.
To install Paragon into your React project, follow these steps:
npm install @edx/paragon
@import '~@edx/paragon/scss/core';
Note: Including fonts from Paragon may affect the performance of your application. Consider not loading the custom font if performance is a concern.
Paragon is a pattern library specifically developed for the Open edX platform. It provides accessible React components and a SCSS foundation built on Twitter Bootstrap. With Paragon, developers can easily integrate and use these components in their React projects. It also supports internationalization using react-intl for localized user interfaces. Installation and usage of Paragon in a React project is straightforward, making it an ideal choice for developers working on the Open edX platform.