add buttons, buttonstoolbar
This commit is contained in:
10
kivi-cars/src/components/Button/rightBtn.js
Normal file
10
kivi-cars/src/components/Button/rightBtn.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import './button.css'
|
||||
import { ReactComponent as ArrowRight } from '../../assets/arrow-right.svg';
|
||||
|
||||
const rightBtn = (props) => {
|
||||
return (
|
||||
<ArrowRight/>
|
||||
);
|
||||
}
|
||||
|
||||
export default rightBtn
|
||||
Reference in New Issue
Block a user