Container
A layout helper component that allows you to center and limit the width of content, often used as a wrapper element.
Usage
import { Container } from '@atlrdsgn/kit';
<Container>...</Container>;
Common Example
we will add CodeSandbox here
Properties
Name | Type | Default | Description |
---|---|---|---|
width | string | sm | The object for fontSize. |
align | string | left | left , center , right |
border | boolean | false | An optional border around the component |
flush | boolean | false | a no padding option |