aravint-sms-button
v1.0.29
Published
A reusable React button package with icon buttons, export menu support, and tooltip helpers.
Readme
#@digitus-sms/dbs-ria-library/button
A reusable React button package with icon buttons, export menu support, and tooltip helpers.
Install
npm install @digitus-sms/dbs-ria-library/buttonImport
Import the package CSS and the components you need.
import "@digitus-sms/dbs-ria-library/button/dist/index.css";
import {
Button,
ExportButton,
RichTooltip,
SimpleTooltip,
TooltipProvider,
Tooltip,
TooltipTrigger,
TooltipContent,
} from "@digitus-sms/dbs-ria-library/button";Key components
Button— reusable button with icon support and built-intooltipLabelhandling.ExportButton— dropdown export menu with custom trigger content.SimpleTooltipandRichTooltip— tooltip helpers for text and rich tooltip content.
Component docs
See the component-specific guides for usage details:
src/Button/ButtonReadme.mdsrc/Button/ExportButtonReadme.mdsrc/ToolTip/ToolTipReadme.md
