We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f06751 commit e4be25dCopy full SHA for e4be25d
src/components/image/CImage.tsx
@@ -3,6 +3,9 @@ import PropTypes from 'prop-types'
3
import classNames from 'classnames'
4
5
export interface CImageProps extends HTMLAttributes<HTMLImageElement> {
6
+ /**
7
+ * Set the horizontal aligment.
8
+ */
9
align?: 'start' | 'center' | 'end'
10
/**
11
* A string of all className you want applied to the component. [docs]
0 commit comments