Sha256: 6fce68ea454c1be21347fc324f0a391b1bebe8ff23c2f579268b51ee2d507674
Contents?: true
Size: 324 Bytes
Versions: 1765
Compression:
Stored size: 324 Bytes
Contents
import React from 'react' import Button from '../_button' const ButtonOptions = (props) => ( <div> <Button htmlType="submit" onClick={() => alert('Click!')} tabIndex={0} text="Button with options" value="1234" {...props} /> </div> ) export default ButtonOptions
Version data entries
1,765 entries across 1,765 versions & 2 rubygems