This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@billogram/foundation-summary-property-group
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

@billogram/foundation-summary-property-group

React layout components for a summary section

Install

yarn add @billogram/foundation-summary-property-group

Usage

import {
    FoundationSummaryProperty,
    FoundationSummaryPropertyGroup,
    FoundationSummaryPropertyGroupSection,    
} from '@billogram/foundation-summary-property-group';

See types for exported types.

FoundationSummaryProperty

<FoundationSummaryProperty
    text={ null }
    value={ null }>
    ...
</FoundationSummaryProperty>

FoundationSummaryPropertyGroup

<FoundationSummaryPropertyGroup
    multiline={ false }>
    <FoundationSummaryProperty>
        ...
    </FoundationSummaryProperty>
</FoundationSummaryPropertyGroup>

FoundationSummaryPropertyGroupSection

<FoundationSummaryPropertyGroupSection
    description={ null }
    layout="column"
    title={ null }>
    <FoundationSummaryPropertyGroup
        multiline={ false }>
        <FoundationSummaryProperty
            text={ null }
            value={ null }>
            ...
        </FoundationSummaryProperty>
    </FoundationSummaryPropertyGroup>
</FoundationSummaryPropertyGroupSection>

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @billogram/foundation-summary-property-group

Weekly Downloads

1

Version

1.1.5

License

MIT

Unpacked Size

24.3 kB

Total Files

29

Last publish

Collaborators

  • andreagylling
  • ewakosciukiewicz
  • irynaziruikina
  • jamesbillo
  • jmfederico
  • miriamlarsson
  • oscarekholm