14.1.3 • Published 2 days ago

@creation-ui/react v14.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days 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.1.2

2 days ago

14.1.3

2 days ago

14.0.0

8 days ago

13.8.0

1 month ago

13.7.1

2 months ago

13.7.0

2 months ago

13.6.2

2 months ago

13.6.1

3 months ago

13.6.0

3 months ago

13.5.0

3 months ago

13.3.15

3 months ago

13.4.0

3 months ago

13.3.23

3 months ago

13.2.2

4 months ago

13.2.1

4 months ago

13.2.0

4 months ago

13.1.0

5 months ago

0.13.0

5 months ago

0.11.0

7 months ago

0.10.1

9 months ago

0.12.0

6 months ago

0.11.1

6 months ago

0.10.2

9 months ago

0.10.3

8 months ago

0.10.0

9 months ago

0.8.0

9 months ago

0.7.1

10 months ago

0.9.1

9 months ago

0.7.0

10 months ago

0.6.1

10 months ago

0.6.0

11 months ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.6

11 months ago

0.5.5

12 months ago

0.5.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago