open FC.Base; let alerts = () =>
"Primary alert"->React.string "Info alert"->React.string "Success alert"->React.string "Warning alert"->React.string "Error alert"->React.string
; let entry = EntryTypes.(entry(~title="Alerts", ~render=alerts));