Skip to content
React Spring Bottom Sheet
PrimitivesNIPE Open Source
Browse documentation
On this page

docs / installation

Installation

Install the React 19 package and choose a stylesheet.

Package

Install the package alongside React 19 and React DOM 19. Prepared release: version 5.0.1 is not published yet. After publication, it will be available from npm's latest tag.

After publication

npm install @nipe-solutions/react-spring-bottom-sheet

Import components from the package root. The package publishes ESM, CommonJS, and TypeScript declarations through explicit exports.

Styles

Choose one styling path at the application entry point:

  • styles.css includes mechanics and the default theme.
  • core.css includes mechanics only for a complete restyle.
  • theme.css and tokens.css support selective composition.
import '@nipe-solutions/react-spring-bottom-sheet/styles.css'

Build the first working sheet