Info
Why another library?
Getting Started
Contribute
Changelog
Application UI
Action Menu
Coming Soon
Alert
Authentication
Battery
Code
Color Picker
Context Menu
Cookie Banner
Dropdown Menu
Keyboard
Notification
Search Bars
Settings
Signature
Sliders
Static Steppers
Table of Contents
Theme
Tree
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