How to use @rmwc/fab - 1 common examples

To help you get started, we’ve selected a few @rmwc/fab 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
{ style: { background: '#90A4AE', color: 'white' } },
                _react2.default.createElement(
                  _chip.ChipText,
                  null,
                  _react2.default.createElement(
                    _typography.Typography,
                    {
                      use: 'caption'
                    },
                    item.label
                  )
                )
              )
            ),
            _react2.default.createElement(
              _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' } },

@rmwc/fab

RMWC Floating Action Button component

MIT
Latest version published 20 days ago

Package Health Score

84 / 100
Full package analysis

Popular @rmwc/fab functions