How to install dependencies and structure your app.
Recommended for new projects: Use buridan/create to build your preset visually and generate the right setup command for your framework.
To use Buridan UI components, you need to have Python version 3.11 or above installed on your system.
bash
Buridan UI components are built with Reflex. If you don't have Reflex installed, use the following command:
bash
Make sure the latest version of Reflex is installed:
bash
The Buridan UI CLI allows you to easily add components to your Reflex project.
bash
The buridan CLI commands must be run from the root directory of your Reflex project (where your rxconfig.py file is located).
If you need to create a new Reflex app:
bash
For detailed instructions on how to use the Buridan UI CLI to add components, wrapped React components, and themes to your project, please refer to the CLI Documentation.