UNPKG

chromatic

Version:

Automate visual testing across browsers. Gather UI feedback. Versioned documentation.

15 lines (11 loc) 426 B
import { arrowDown, arrowRight, chevronRight, error, info, success, warning } from './icons'; export default { title: 'CLI/Components/Icons', }; export const Info = () => info; export const Success = () => success; export const Warning = () => warning; export const Error = () => error; export const ArrowDown = () => arrowDown; export const ArrowRight = () => arrowRight; export const ChevronRight = () => chevronRight;