Popoversの読み方
bootstrapなどのCSSフレームワークのコンポーネントの名称として利用される「Popovers」の読み方を掲載してます。
読み⽅
「ポップオーバーズ」と読みます。
Popoversとは
CSSフレームワークの1つ「Bootstrap Material Design」では、以下のコンポーネントのことを指します。
$(function () {
$('.example-popover').popover({
container: 'body'
})
})
<button type="button" class="example-popover btn btn-lg btn-danger" data-toggle="popover" title="Popover title" data-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
表示結果
-
前の記事
Progressの読み方 2020.08.26
-
次の記事
Paginationの読み方 2020.08.26