UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

12 lines (9 loc) 271 B
//eslint-disable-next-line no-unused-vars import * as React from 'react'; import { simpleTag } from '../Base'; export const FloatingLabel = simpleTag({ displayName: 'FloatingLabel', tag: 'label', classNames: 'mdc-floating-label' }); export default FloatingLabel;