How to use the @rmwc/card.CardActions function in @rmwc/card

To help you get started, we’ve selected a few @rmwc/card examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fluidtrends / chunky / web / lib / components / Collection.js View on Github external
_fab.Fab,
              { mini: true },
              'star'
            ),
            _react2.default.createElement(
              _typography.Typography,
              {
                use: 'title',
                style: { marginLeft: 5 }
              },
              item.xp
            )
          )
        ),
        _react2.default.createElement(
          _card.CardActions,
          { style: { justifyContent: 'center', marginBottom: '1rem' } },
          _react2.default.createElement(
            _card.CardActionButtons,
            null,
            _react2.default.createElement(
              _card.CardAction,
              { onClick: this.triggerEvent(item.name || index, item.action) },
              ' ',
              item.actionTitle || 'Learn More',
              ' '
            )
          )
        )
      );
    }
  }, {
github fluidtrends / chunky / web / lib / components / Collection.js View on Github external
{ use: 'title', tag: 'h2' },
            item.title
          ),
          _react2.default.createElement(
            _typography.Typography,
            {
              use: 'subheading1',
              tag: 'h3',
              theme: 'text-secondary-on-background',
              style: { marginTop: '1rem' } },
            details + ' ...'
          )
        ),
        this.renderCardTags(item),
        _react2.default.createElement(
          _card.CardActions,
          { style: { justifyContent: 'center', marginBottom: '1rem' } },
          this.renderCardButtons(item, index)
        )
      );
    }
  }, {

@rmwc/card

RMWC Card component

MIT
Latest version published 20 days ago

Package Health Score

84 / 100
Full package analysis