icon-line

v1.1.0arrow_drop_down
v1.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
STATUS
Passing
DOWNLOADS
1,789
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
4 KB
A concrete line of icons, used by the landing section.
1 contributor
Install icon-line as a package?
Copied
npm i @bit/bit.evangelist.elements.icon-line
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
IconLine ()

A concrete line of icons, used by the landing section.

Example
<IconLine icons=['logo-react', 'logo-vue', 'logo-angular'] />
Properties
NameTypeDescription
icons
Array

Array of icon urls to display.
Icons are expected to load from our Static Storage CDN, and not have full URL.

pre
ReactNode

Content to put before the images

Help and resources