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 e4be25d commit 302abbfCopy full SHA for 302abbf
src/components/grid/CContainer.tsx
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types'
3
import classNames from 'classnames'
4
5
export interface CContainerProps extends HTMLAttributes<HTMLDivElement> {
6
- breakpoint?: 'sm' | 'md' | 'lg' | 'xl' | 'xxl'
7
/**
8
* A string of all className you want applied to the base component. [docs]
9
*/
0 commit comments