1.5.2 • Published 4 months ago

chaebol-ui-library v1.5.2

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

🚧🚧🚧 This library is not ready yet 🚧🚧🚧

chaebol-ui-library

Re-usable components built using Radix UI and Tailwind CSS.

Installation

To use the Chaebol UI Library in your TypeScript project, follow these steps:

  1. Install Chaebol UI Library:
npm install chaebol-ui-library
  1. Import the Button component in your TypeScript file (assuming it's a .tsx file):
import { Button } from 'chaebol-ui-library';
import "chaebol-ui-library/dist/style.css";
  1. Use the Button component in your code. Here's a basic example:
import React from 'react';
import { Button } from 'chaebol-ui-library';
import "chaebol-ui-library/dist/style.css";

const YourComponent: React.FC = () => {
  return (
    <div>
      <Button>Hello</Button>
    </div>  
  );
};

export default YourComponent;

Additional Configuration

1.4.0-experimental

4 months ago

1.2.7-experimental

4 months ago

1.5.2

4 months ago

1.5.1

4 months ago

1.5.0

4 months ago

1.4.9-experimental

4 months ago

1.4.8-experimental

4 months ago

1.3.7-experimental

4 months ago

1.3.8-experimental

4 months ago

1.4.2-experimental

4 months ago

1.4.6-experimental

4 months ago

1.4.1-experimental

4 months ago

1.4.7-experimental

4 months ago

1.4.3-experimental

4 months ago

1.4.5-experimental

4 months ago

1.4.4-experimental

4 months ago

1.2.6

5 months ago

1.2.5

5 months ago

1.2.4

5 months ago

1.2.3

5 months ago

1.2.2

5 months ago

1.2.6-experimental

5 months ago

1.2.1

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago