Created the Button.jsx
This commit is contained in:
5
admin/src/common/components/Button/Button.jsx
Normal file
5
admin/src/common/components/Button/Button.jsx
Normal file
@ -0,0 +1,5 @@
|
||||
import "./styles.sass";
|
||||
|
||||
export const Button = (props) => (
|
||||
<button className="btn" {...props}>{props.text}</button>
|
||||
);
|
Reference in New Issue
Block a user