0.1.61 • Published 8 months ago

@clasing/ui v0.1.61

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

ClasingUI

UI library for Clasing react/nextjs projects

Initiliazing the project

  • Ensure you have pnpm installed.
  • run pnpm install and then pnpm storybook

Installation Guide inside a React project

This guide will help you to install ClasingUI in your React project.

Step 1: Install the package

To install the packages, you need to run the following command: npm install @clasing/ui, yarn add @clasing/ui or pnpm add @clasing/ui

Step 2: Initial configuration

If you are not using TailwindCSS

If you are not using TailwindCSS in your project, you need to add the following line to your index.tsx, layout.tsx or root file: import "@clasing/ui/styles"

If you are using TailwindCSS

If you are using TailwindCSS in your project, you need to add the following line to your tailwind.config.js file (have in account that you should have the initial config of TailwindCSS):

  • At content array, add ./node_modules/@clasing/ui/dist/index.umd.js
  • At presets array, add require('@clasing/ui/tailwind.config.js')
  • Add the following line to your index.tsx, layout.tsx or root file: import "@clasing/ui/styles"

Step 3: Using the components

Now you can use the components in your project. You can import the components like this: import { Button } from "@clasing/ui"

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

0.1.59

8 months ago

0.1.60

8 months ago

0.1.61

8 months ago

0.1.58

8 months ago

0.1.57

9 months ago

0.1.56

9 months ago

0.1.54

9 months ago

0.1.55

9 months ago

0.1.52

10 months ago

0.1.53

10 months ago

0.1.50

10 months ago

0.1.51

10 months ago

0.1.49

10 months ago

0.1.41

10 months ago

0.1.42

10 months ago

0.1.43

10 months ago

0.1.44

10 months ago

0.1.45

10 months ago

0.1.46

10 months ago

0.1.47

10 months ago

0.1.48

10 months ago

0.1.40

10 months ago

0.1.39

10 months ago

0.0.43

1 year ago

0.0.44

1 year ago

0.0.45

1 year ago

0.0.46

1 year ago

0.0.47

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.38

10 months ago

0.1.30

12 months ago

0.1.31

12 months ago

0.1.32

12 months ago

0.1.33

11 months ago

0.1.34

11 months ago

0.1.35

11 months ago

0.1.36

11 months ago

0.1.37

11 months ago

0.0.60

1 year ago

0.1.27

12 months ago

0.0.59

1 year ago

0.1.28

12 months ago

0.1.29

12 months ago

0.0.51

1 year ago

0.0.52

1 year ago

0.1.21

1 year ago

0.0.53

1 year ago

0.1.22

1 year ago

0.0.54

1 year ago

0.1.23

1 year ago

0.0.61-beta.1

1 year ago

0.0.55

1 year ago

0.1.24

1 year ago

0.0.56

1 year ago

0.1.25

12 months ago

0.0.57

1 year ago

0.1.26

12 months ago

0.0.61-beta.2

1 year ago

0.0.58

1 year ago

0.0.50

1 year ago

0.0.48

1 year ago

0.0.49

1 year ago

0.0.41

1 year ago

0.0.42

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago