@coveord/plasma-react
and @coveord/plasma-style
packages. Those packages are deprecated and replaced by the @coveord/plasma-mantine
package. This component has no props.
Some information about the current component.
Or some other piece of information
1import {InfoBox, CollapsibleConnected} from '@coveord/plasma-react';23export default () => (4<InfoBox className="py0">5<CollapsibleConnected6headerClasses="py2"7id="info-box-collapsible"8headerContent={<h6>Some contextual information</h6>}9expandedOnMount10>11<div className="pb2">12<p>Some information about the current component.</p>13<p className="mt2">Or some other piece of information</p>14</div>15</CollapsibleConnected>16</InfoBox>17);
No guidelines exist for InfoBox yet.