@comparaonline/ui-fixed
v0.27.1
Published
React component to render elements using `fixed` position;
Downloads
50
Maintainers
Keywords
Readme
@comparaonline/ui-fixed
React component to render elements using fixed position;
Installation
yarn add @comparaonline/ui-fixedUsage
import Fixed from '@comparaonline/ui-fixed';
() => <Fixed>Content</Fixed>Prop Types
|Name |Type |Default |Description |
|------|--------|-----------|-------------------|
|bottom|number|undefined|CSS property bottom|
|left |number|undefined|CSS property left |
|right |number|undefined|CSS property right |
|top |number|undefined|CSS property top |
