License

Understanding how you can use PowerApps UI components

Quick Summary

All PowerApps UI components are released under the MIT License. This means you can use them freely in personal and commercial projects, with minimal restrictions.

What You CAN Do ✅

Use in commercial projects
Use in personal projects
Modify the components
Distribute modified versions
Sublicense the code
Use without attribution (though appreciated)
Combine with other code
Create derivative works

What You CANNOT Do ❌

Hold us liableWe provide components 'as is' without warranty. We're not responsible for any issues that arise from using them.
Remove copyright noticesThe MIT License text and copyright notice must remain in the code.
Use our brandingThe 'PowerApps UI' name and logo cannot be used without permission.

Attribution (Optional but Appreciated)

While not required by the MIT License, we appreciate attribution. You can:

Add a comment in your code:

// Component from PowerApps UI
// https://powerapps-ui.com

Or mention us in your project documentation, readme, or credits page.

Full MIT License Text

MIT License

Copyright (c) 2026 PowerApps UI

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Different Licenses for Specific Components

Some components may have different licenses if they:

  • Are contributed by third parties with different licenses
  • Include third-party dependencies with their own licenses
  • Are marked as "Premium" or "Commercial" components

Always check the component's documentation page for specific licensing information. The license will be clearly stated if it differs from MIT.

Important Distinction

Components (MIT Licensed): All component code, examples, and implementations are MIT licensed and free to use.

Website (Copyrighted): The PowerApps UI website design, branding, logo, and documentation content are copyrighted and not covered by the MIT License.

Third-Party Licenses

Components may use third-party libraries with their own licenses:

  • React: MIT License
  • Next.js: MIT License
  • Tailwind CSS: MIT License
  • Lucide Icons: ISC License

Check each component's documentation for a complete list of dependencies and their licenses.

Have Questions?

If you have questions about licensing or need clarification:

Contact Us

Email: powerappsui@gmail.com