1.5.2 • Published 2 years ago
chaebol-ui-library v1.5.2
🚧🚧🚧 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:
- Install Chaebol UI Library:
npm install chaebol-ui-library
- 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";
- 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
2 years ago
1.2.7-experimental
2 years ago
1.5.2
2 years ago
1.5.1
2 years ago
1.5.0
2 years ago
1.4.9-experimental
2 years ago
1.4.12-experimental
2 years ago
1.4.8-experimental
2 years ago
1.4.11-experimental
2 years ago
1.4.10-experimental
2 years ago
1.3.7-experimental
2 years ago
1.3.8-experimental
2 years ago
1.4.2-experimental
2 years ago
1.4.6-experimental
2 years ago
1.4.1-experimental
2 years ago
1.4.7-experimental
2 years ago
1.4.3-experimental
2 years ago
1.4.5-experimental
2 years ago
1.4.4-experimental
2 years ago
1.2.6
2 years ago
1.2.5
2 years ago
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.6-experimental
2 years ago
1.2.1
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago