1.0.15 β€’ Published 3 years ago

react-components-free v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

✨ 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