Why another library?
Getting Started
Contribute
Changelog
Search
By Damien Schneider
A code snippet component with a copy to clipboard button.
Inspired by Clerk
export const = explanations = { main : "This component needs more than the default code block to be displayed" detailed : "For now, if you want the exact same behaviour, please check the github" }
Variants list
A code card component with a copy to clipboard button.
.container { display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f5f5f5; }
npm install -g react
This is an example of a code found on cuicui.day which you can simply copy component and paste it in your project.
cuicui.day