UNPKG

@eccenca/gui-elements

Version:

Collection of low-level GUI elements like Buttons, Icons or Alerts. Also includes core styles for those elements.

14 lines (12 loc) 230 B
import Alert from './Alert'; import Error from './Error'; import Info from './Info'; import Success from './Success'; import Warning from './Warning'; export default { Alert, Error, Info, Success, Warning, };