Website blocks to copy/paste - based on shadcn & Radix using Tailwind and NextJS
TWBlocksFree is an open-source collection of website blocks designed for React projects. Users can easily copy and paste these blocks into their projects for quick integration. The theme supports both dark and light modes, and it is recommended to install shadcn before using the blocks for customization purposes.
To install TWBlocksFree and start using the blocks in your React project, follow these steps:
Install shadcn in your project.
npm install shadcn
Copy and paste the desired block from the /blocks directory of TWBlocksFree into your project.
Check for any dependencies the block may have on shadcn-ui and install them.
npm install shadcn-ui
Toggle between light and dark modes by following the installation guide provided on shadcn’s website.
TWBlocksFree is a convenient resource for React developers looking to enhance their projects with pre-designed website blocks. By leveraging the open-source nature of the blocks and the customization options provided by shadcn, users can easily create visually appealing websites with minimal effort. Consider integrating TWBlocksFree into your next React project for a quick and efficient development process.