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

1.0.18-beta • Public • Published

Contributors Commits Issues Package Version MIT License


Dynamic React Components

An awesome library with thousands of customizations for React components
Explore the docs »

View Demo | DOCUMENTS · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Contributing
  3. License

About The Project

Product Name Screen Shot

There are many great button libraries and component libraries on Github; however, We tried to gather all functionality we think can be useful for a button in one library.

Here's why:

  • Your will save thousands of kilobytes for just the feature you want.
  • You can customize almost everything.

(back to top)

Built With

React StyledComponents Storybook

(back to top)

Documents

View Demo | DOCUMENTS

Use Examples

import { Button } from "dynamic-react-components";

function App() {

  return (
    <div className="App">

        <Button
          text={"React Dynamic Button"}
          variant={"danger"}
          faIcon={"FaReact"}
          iconPosition={"right"}
          size={"large"}
        />

    </div>
  );
}

export default App;

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

Please refer to the Contributing guide

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Package Sidebar

Install

npm i dynamic-react-components

Weekly Downloads

1

Version

1.0.18-beta

License

MIT

Unpacked Size

431 kB

Total Files

338

Last publish

Collaborators

  • nachorsanz