Aside
The <Aside>
component is a wrapper component that adds styling to make the text display smaller than the default body text; using body-long-01
and adds the correct top border styles.
It should only be used within a <Column>
component with specific parameters. <Column colMd={2} colLg={3} offsetMd={1} offsetLg={1}>
Example
It is more important than ever that we own our own ethos, make palpable our brand values, and incorporate an instantly identifiable IBMness in everything we do.
– Paul RandWithout aesthetic, design is either the humdrum repetition of familiar clichés or a wild scramble for novelty. Without aesthetic, the computer is but a mindless speed machine, producing effects without substance, form without relevant content, or content without meaningful form.
Aesthetic is defined as the philosophical theory or set of principles governing outward appearance or actions.
Code
Props
property | propType | required | default | description |
---|---|---|---|---|
children | node | |||
className | string | Add custom class name |