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-sheetImport 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.cssincludes mechanics and the default theme.core.cssincludes mechanics only for a complete restyle.theme.cssandtokens.csssupport selective composition.
import '@nipe-solutions/react-spring-bottom-sheet/styles.css'