React button component that renders the package version as its label.
npm install renovate-pilot-packageReact button component that renders the package version as its label.
``bash`
npm install renovate-pilot-package
`tsx
import { Button } from 'renovate-pilot-package'
export default function App() {
return (
What it does
- Renders a styled button with a gradient background.
- Displays the internal component version (currently
v1.1.1) as text.API
| Export | Type | Description |
| --- | --- | --- |
|
Button | () => JSX.Element` | Renders the version button. |