Menu
react-raster Logoreact-raster Logoreact-rasterDocsBlog
GitHub
๐ŸŒœ
๐ŸŒž
react-raster Logoreact-raster Logoreact-raster
  • Docs
  • Blog
  • GitHub
  • Guides
    • Concept
    • Getting Started
    • Breakpoints
    • Margin and Padding
    • Styling
    • Intersection Observer
    • Typescript
    • Visual Control
    • Next JS
    • Migrate from 7 to 8
  • API
    • Box
    • useRaster
  • Examples
    • Basic Usage
    • Modify Box
    • Intersection Observer โ€“ Fade in and unobserve
    • Intersection Observer โ€“ Fade in and out scroll-bound
    • Combine Box with Framer Motion
    • Animate with NextJS and Framer Motion

Typescript

react-raster is completely written in Typescript.

Import Types#

import { Props } from "react-raster";

Type-definition of all props#

https://github.com/AndreasFaust/react-raster/blob/master/src/Box/props.ts

Modify a Box#

See here.

Previous
ยซ Intersection Observer
Next
Visual Control ยป
  • Import Types
  • Type-definition of all props
  • Modify a Box
Copyright ยฉ 2021 Andreas Faust