@creation-ui/react
TypeScript icon, indicating that this package has built-in type declarations

14.1.4 • Public • Published

Creation UI

is a design system that lets you build a React powered websites and apps. It's built on top of React and Tailwind CSS and it's fully customizable. It's a great starting point for your next project.


Prerequisites

Creation UI is working with your app's Tailwind CSS and you need to have Tailwind CSS installed in your project - Tailwind CSS Installation.

  "peerDependencies": {
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18",
    "tailwindcss": "^3.0"
  },

Installation

To install Creation UI, run command below:

```bash copy
 yarn add @creation-ui/react
 ```

```bash copy
 npm i @creation-ui/react
 ```

```bash copy
 pnpm i @creation-ui/react
 ```

Components

Reusable helpers

In development

Configuration

  1. Add withTailwindConfig to your tailwind.config.js file:
const withTailwindConfig = require('@creation-ui/react/utils/withTailwindConfig')

module.exports = withTailwindConfig({
  content: ['!node_modules/**/*', './**/*.{js,ts,jsx,tsx,mdx}', '*.css'],
})

You can extend all properties as usual.

  1. Import library's CSS file into your app. If you're using standard config of Next.js, you should import it in pages/_app.js or similar. If you're using standard config of create-react-app or Vite, you should import it in index.js or similar.
import '@creation-ui/react/index.css'
  1. Start using it!
import { Button } from '@creation-ui/react'

export default function App() {
  return <Button>Click me</Button>
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
14.1.418latest

Version History

VersionDownloads (Last 7 Days)Published
14.1.418
14.1.312
14.1.20
14.0.00
13.8.00
13.7.10
13.7.057
13.6.20
13.6.10
13.6.00
13.5.033
13.4.012
13.3.230
13.3.150
13.2.20
13.2.16
13.2.015
13.1.00
0.13.011
0.12.02
0.11.10
0.11.00
0.10.30
0.10.20
0.10.10
0.10.00
0.9.10
0.8.00
0.7.10
0.7.00
0.6.10
0.6.00
0.5.60
0.5.50
0.5.40
0.5.30
0.5.00
0.4.20
0.4.00
0.3.00
0.2.10
0.2.00
0.1.200
0.1.191
0.1.180
0.1.170
0.1.150
0.1.140
0.1.130
0.1.120
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.41
0.1.30
0.1.20
0.1.10
0.1.00
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @creation-ui/react

Weekly Downloads

168

Version

14.1.4

License

MIT

Unpacked Size

653 kB

Total Files

824

Last publish

Collaborators

  • pawelkrystkiewicz