
Security News
Node.js Drops Bug Bounty Rewards After Funding Dries Up
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
@creation-ui/react
Advanced tools
Creation UI is working with your app's Tailwind CSS and you need to have Tailwind CSS installed in your project. Also `@creation-ui/react` package is required for the React packages to work. It contains sharable theme config, styles and utilities.
Creation UI is working with your app's Tailwind CSS and you need to have Tailwind CSS installed in your project.
Also @creation-ui/react package is required for the React packages to work. It contains sharable theme config, styles and utilities.
"peerDependencies": {
"@floating-ui/react": "^0.27.17",
"@floating-ui/react-dom": "^2.1.7",
"@headlessui/react": "^2.2.9",
"@mona-health/react-input-mask": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react": "^16 | ^17 | ^18 | ^19",
"react-dom": "^16 | ^17 | ^18 | ^19",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
To install Creation UI, run command below:
yarn add @creation-ui/react
npm i @creation-ui/react
pnpm i @creation-ui/react
bun i @creation-ui/react
@source to the path of the Creation UI package to let tailwindcss know where to also look for it's classes there.@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');
@import 'tailwindcss';
@import '@creation-ui/react/index.css';
@import '@creation-ui/react/theme.css';
@source "../node_modules/@creation-ui/react/dist";
/* you can extend your theme config as needed */
@theme {
--font-sans: 'Manrope', 'sans-serif';
--font-mono: 'Fira Code', 'monospace';
}
/* use dark theme detection */
@variant dark (&:where(.dark, .dark *));
/* rest of your css */
/* ... */
You can extend all properties as usual.
import { Button } from '@creation-ui/react'
export default function App() {
return <Button variant='contained'>Click me</Button>
}
To run it locally in dev mode:
bun install && bun dev
Building:
bun run build
FAQs
Creation UI is working with your app's Tailwind CSS and you need to have Tailwind CSS installed in your project. Also `@creation-ui/react` package is required for the React packages to work. It contains sharable theme config, styles and utilities.
We found that @creation-ui/react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.