import React from 'react'; import PropTypes from 'prop-types'; import cn from 'classnames'; import styles from './index.module.scss'; function SimpleCard(props) { return (
alt text
pxCode
Edited just now
alt text
pxCode - the visual editor, empower our users to code the design to the web in a brand new way. But how much could pxCode can help?
Continue Reading
alt text
320M likes
123K comments • 370M views

alt text
Like
alt text
Comment
alt text
Share
); } SimpleCard.propTypes = { className: PropTypes.string }; export default SimpleCard;