Internal components library based on shadcn-ui
EdgeUI is a UI component library built for React, based on the Shadcn UI framework. While it was initially designed for internal use, it is available for use in any project. This library includes a variety of components, themes, layouts, and hooks that can be easily integrated into your React application.
To install EdgeUI, you will need to follow these steps:
npm install @edge-ui/react
tailwind.config.js file:module.exports = {
// Other Tailwind configuration options...
plugins: [
require('@edge-ui/tailwind'),
// Other plugins...
],
}
ThemeProvider or PageLayout components are not required for using the components.EdgeUI is a React UI component library that is based on the Shadcn UI framework. It provides a wide range of components, themes, layouts, and hooks that can be easily integrated into your React application. Despite being initially built for internal use, EdgeUI is available for use in any project. The library can be installed using npm, and the components can be customized using Tailwind CSS.