UNPKG

react-ttsx

Version:

This package provides a set of reusable React components, including buttons, alerts, and spinners, to help you quickly build and style your React applications. The components are designed to be highly customizable and easy to integrate into your projects.

8 lines 296 B
import Secondary from "./Secondary"; import Danger from "./Danger"; import Success from "./Success"; import Warning from "./Warning"; import Info from "./Info"; import Dark from "./Dark"; import Primary from "./Primary"; export { Secondary, Danger, Success, Warning, Info, Dark, Primary }