1.0.15 β’ Published 3 years ago
react-components-free v1.0.15
β¨ Features
β π¦ Modal Component\ β π¦ Button Component\ π¬ Working to add more components π¨π»βπ» π¨π»βπ» β½β½β½
π€ How to Use
Install to your project from NPM:
npm install react-components-free
Import to your React Component:
import {Modal} from 'react-components-free';
Use inside your React Component:
render() {
return (
<Modal
title='Modal Title'
footer={<div><button>OK</button><button>Cancel</button></div>}
headerSeparator={true}
footerSeparator={true}
visibility={true}>
<div>Modal Children Components </div>
</Modal>
);
}
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.11
3 years ago
1.0.12
3 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.10
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago