1.0.18-beta • Published 1 year ago

dynamic-react-components v1.0.18-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Contributors Commits Issues Package Version MIT 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.

Built With

React StyledComponents Storybook

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

License

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