Skip to main content
Version: Next

UI Components and Storybook

Pimcore Studio UI offers React components to simplify your work.
These components are designed to help you build consistent and efficient user interfaces.

How to Use

To use these components, import them into your React project after setting up the SDK as follows:

import { ComponentName } from '@pimcore/studio-ui-bundle/components'

Replace ComponentName with the specific component you want to use.
Refer to the Storybook for detailed usage examples and prop documentation.

Hint: Most components are based on Ant Design.
You can refer to its documentation for additional insights and best practices.

Storybook

Explore our Storybook to see live examples of all available components, including their configurations and variations.

Source