Skip to main content

Container

Usage

import React from 'react';
import { Container } from 'qdm-component-library';

function App() {

return (
<Container className={'demoName'} fluid={false} />
);
}
export default App;

Reference

Props

className

props for providing classname to Container component string

id

props for providing id to Container component string

name

props for providing name to Container component string

children

props for providing children for Container Component React Node

inLineStyles

props give addition props to the Container Component type Object

fluid

container-fluid class provides a full width container, spanning the entire width of the viewport. boolean