14.2.0 • Published 8 months ago

@creation-ui/react v14.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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>
}
14.2.0

8 months ago

14.1.4

12 months ago

14.1.2

1 year ago

14.1.3

1 year ago

14.0.0

1 year ago

13.8.0

1 year ago

13.7.1

1 year ago

13.7.0

1 year ago

13.6.2

1 year ago

13.6.1

1 year ago

13.6.0

1 year ago

13.5.0

1 year ago

13.3.15

1 year ago

13.4.0

1 year ago

13.3.23

1 year ago

13.2.2

1 year ago

13.2.1

1 year ago

13.2.0

1 year ago

13.1.0

2 years ago

0.13.0

2 years ago

0.11.0

2 years ago

0.10.1

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.10.2

2 years ago

0.10.3

2 years ago

0.10.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.9.1

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.4.0

2 years ago

0.4.2

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago