Created the Button component
This commit is contained in:
parent
ac067fced5
commit
8288a9469c
9
src/common/components/Button/Button.jsx
Normal file
9
src/common/components/Button/Button.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import "./styles.sass";
|
||||
|
||||
const Button = (props) => {
|
||||
return (
|
||||
<button className="primary-btn">{props.text}</button>
|
||||
)
|
||||
}
|
||||
|
||||
export default Button;
|
Loading…
x
Reference in New Issue
Block a user