UNPKG

remx

Version:
12 lines (9 loc) 215 B
import React, { useState } from 'react'; function RoundPlusButton() { return ( <button className='add-to-btn btn btn-primary' type='button'> + Add New To-Do </button> ); } export default RoundPlusButton;