UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

11 lines (9 loc) 298 B
import React from 'react'; // Import Method Show Below import { Button } from '@momentum-ui/react-collaboration'; // Sample Class Method Show Below export default class PlaygroundComponent extends React.Component { render() { return <Button ariaLabel="Playground">Playground</Button>; } }