storage

v1.0.5arrow_drop_down
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
STATUS
Passing
DOWNLOADS
5,191
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
3 KB
Provides constant url for images CDN.
1 contributor
Install storage as a package?
Copied
npm i @bit/bit.base-ui.constants.storage
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
constants/storage ()

Provides constant url for images CDN.

Examples
//in ts/js file:
<image src={staticStorageUrl + '/some/image.png'}/>
//in scss file:
background-image: url($staticStorageUrl + '/some/image.svg');
Help and resources