UNPKG

@times-components/card

Version:

The card component fades in and lays out content that typically consists of an image and a collection of textual elements (although this content could be anything). Card manages the layout of these elements, whilst providing a consistent loading state for

12 lines (11 loc) 223 B
module.exports = api => { api.cache(true); return { plugins: ["babel-plugin-styled-components"], presets: [ "@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript" ] }; };