1.2.0 • Published 2 years ago

@forter/list-item v1.2.0

Weekly downloads
20
License
Apache-2.0
Repository
github
Last release
2 years ago

fc-list-item

Simple list which is presented as key value table.

Usage

<script>
   import '@forter/list';
</script>

<fc-list-item>
   <fc-icon icon="ecommerce"></fc-icon>
   <label> Ecommerce </label>
   <section>Forter protects all of your online transactions from fraud </section>
</fc-list-item>

CSS Custom Properties

PropertyDescription
--fc-list-item-borderborder. default: 1px solid var(--fc-gray-300), example: 3px solid gold
--fc-list-item-border-radiusborder radius. default: 5px, example: 30px
--fc-list-item-grid-gapgrid gap between all slotted elements. default: 5px, example: 10px
--fc-list-item-icon-padding-topicon's padding top. default: 5px, example: 10px
--fc-list-item-label-font-sizelabel's font size. default: 17px, example: 22px
--fc-list-item-label-font-weightlabel's font weight. default: bold, example: normal
--fc-list-item-max-widthmax width. default: 250px, example: 400px
--fc-list-item-paddinginner padding. default: 10px, example: 20px
--fc-list-item-section-font-sizesection's font size. default: 14px, example: 8px
1.2.0

2 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago