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.

10 lines (9 loc) 326 B
import Dark from "./Dark" import Primary from "./Primary" import Success from "./Success" import Info from "./Info" import Warning from "./Warning" import Light from './Light' import Danger from './Danger' import Secondary from './Secondary' export { Dark, Primary, Success, Info, Warning, Light, Danger, Secondary }