April 13, 2024
In anticipation of a new component, we quickly wanted to drop a new helpful utility function:
String To Slug
Turns a string into a slug by spliting the string into an array of words, and joining them with hyphens.
April 5, 2024
BoilerplateHQ is a library for React / TypeScript based templates, modules, components and functions. Most of the source code is open source and available for copy & paste - either here on the site or on our GitHub Profile.
With this initial commit, we go live and start with the following:
Our first template and paid product:
Ui Component Library
Want to create your own Ui Component Library like shadcn/ui? This is your template!
Our first module - 100% free:
Cookie Management
A React/Zustand module for cookie consent, for conditional rendering components based on user consent, with context for global state management.
Our first three components - 100% free:
Breadcrumps
Renders a breadcrumb component that displays the current page's path.
Button BackToTop
Renders a button component that scrolls the page to the top when clicked.
Component Multiplier
Renders multiple instances of a given component, e.g. for testing purposes.
Our first five functions - 100% free (and rather basic - but we have to start with the basics, eh?)
Background Pattern
Provides a background image URL based on a predefined pattern.
cn
Combines multiple Tailwind class names into a single string.
Copy To Clipboard
Copies the given string to the clipboard.
isBase64
Checks if a string is a valid base64 encoded string.
You reached the end of the changelog. What do you think? What should be build next? Let us know: [support@boilerplatehq.com]