A React component library based on beautiful tabler-ui
Tabler is a free and open source web application UI kit based on Bootstrap 5. It offers a wide range of responsive components and multiple layouts. This package is a UI components version of the Tabler library designed for use in the ReactJS framework. Each component in the package leverages the base @tabler/core and @tabler/icons-react libraries, making it easy to use and allowing for a React-based set of components.
Tabler is a free and open source web application UI kit based on Bootstrap 5. It provides a wide range of responsive components and offers multiple layouts for designing web applications. Tabler also offers a UI components version specifically designed for use in the ReactJS framework, making it easy to build React-based applications with the Tabler UI kit.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.