UI Components and Storybook
Pimcore Studio provides reusable React components for building consistent user interfaces.
How to Use
Import components into your React project after setting up the SDK:
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.
tip
Most components are based on Ant Design. Refer to its documentation for additional usage details.
Storybook
Explore our Storybook to see live examples of all available components, including their configurations and variations.