UNPKG

fk-react-ui-components

Version:

Step 1 : Create a file in [ Seeds / Plants / Trees ] <br> Step 2 : It should export an Object with component name and story Component [Refer other components] <br> Step 3 : Story Component should return a react component <br> Step 3 : Created file should

12 lines (10 loc) 295 B
import styled from 'styled-components'; import { guidelineColors } from 'components/colorCodes'; export const PrimaryHeaderContainer = styled.div` font-size: 22px; color: ${guidelineColors.text.grey1}; `; export default { PrimaryHeaderContainer }; //# sourceMappingURL=index.js.map