Skip to content

an90dr/react-components

Repository files navigation

✔React components created for public use for free✔

✨ 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>
    );
  }
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy