UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

15 lines (11 loc) 466 B
The `<Summary />` component defines a visible heading for the `<Details />` element. The heading can be clicked to view/hide the details. This component has no props. `<Summary />` component example: ```js import { Details, Summary, P } from '$PACKAGE_NAME'; <Details> <Summary>Copyright 2016-2018.</Summary> <P> - by YeuTech All Rights Reserved.</P> <P>All content and graphics on this web site are the property of the company YeuTech.</P> </Details> ```