react-components-free
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

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>
    );
  }

Readme

Keywords

none

Package Sidebar

Install

npm i react-components-free

Weekly Downloads

2

Version

1.0.15

License

MIT

Unpacked Size

83.9 kB

Total Files

29

Last publish

Collaborators

  • an90dr