Nexta-UI is a modern UI component library built with React and TypeScript. It provides a set of reusable and customizable UI components designed to help developers build beautiful and responsive web applications efficiently.
- A wide range of UI components including buttons, inputs, modals, and more.
- Built with accessibility in mind.
- Customizable and themeable using styled-components and Tailwind CSS.
- Supports modern React features and hooks.
To install the dependencies and set up the project locally, run the following commands:
npm install
To start the development server, use the following command:
npm run dev
This will start the Vite development server and you can view the application in your browser.
To build the project for production, use the following command:
npm run build
This will compile the TypeScript files and bundle the application using Vite.
To run the linter and check for code quality issues, use the following command:
npm run lint
We welcome contributions from the community! If you'd like to contribute, please follow these guidelines:
- Fork the repository and create your branch from
main
. - Make your changes and ensure that the code passes linting.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License.
For any questions or feedback, please contact the maintainers at [anthon3869@gmail.com].