### Install Dependencies Source: https://github.com/react-ui-org/react-ui/blob/master/src/docs/contribute/general-guidelines.md Use this command to install project dependencies, especially after initial setup or when dependencies have changed. ```bash npm ci ``` -------------------------------- ### Start Documentation Server Source: https://github.com/react-ui-org/react-ui/blob/master/src/docs/contribute/general-guidelines.md Use this command to start a local server for viewing the documentation. ```bash mkdocs serve ``` -------------------------------- ### Install React UI with npm Source: https://github.com/react-ui-org/react-ui/blob/master/README.md Install the React UI library using npm. Ensure react, react-dom, and prop-types are also installed. ```bash npm install --save @react-ui-org/react-ui ``` -------------------------------- ### Install Floating UI Source: https://github.com/react-ui-org/react-ui/blob/master/src/components/Popover/README.md Install the Floating UI library, which is recommended for advanced Popover positioning and smart updates. ```shell npm install --save @floating-ui/react-dom ``` -------------------------------- ### Run Automatic Setup Script Source: https://github.com/react-ui-org/react-ui/blob/master/src/docs/contribute/general-guidelines.md Execute the setup script to automatically configure the project and build Docker images. This is skipped when using Development Containers. ```bash bash setup.sh ``` -------------------------------- ### Full React Application Example Source: https://github.com/react-ui-org/react-ui/blob/master/src/docs/getting-started/usage.md A complete example demonstrating the basic HTML structure and JSX for a React application using React UI components. This includes necessary imports and rendering logic. ```html
.justify-content-flex-start
{finalPlacement}
This paragraph will have bottom margin of
--rui-dimension-space-bottom-base.
This paragraph is a last child of its parent and thus will have no bottom margin.
.justify-content-sm-flex-start
.justify-content-md-center
.justify-content-lg-flex-end
.justify-content-xl-space-between
.justify-content-xl-space-between
.align-items-flex-start
Do you really want to delete the user admin?
This cannot be undone.