@foxeian/react-read-more
Version:
A React.js package for creating short text with a "read more" button to expand the text, built with TypeScript support. This package provides a simple and easy-to-use component for truncating and expanding text with a customizable button.
8 lines • 373 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var read_more_area_1 = __importDefault(require("./components/read-more-area"));
exports.default = read_more_area_1.default;
//# sourceMappingURL=index.js.map