1.1.110 β€’ Published 4 months ago

is-core-ui v1.1.110

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

UI Library

A reusable React component library built with TypeScript, Storybook, and TailwindCSS. This library provides a collection of atomic components designed for easy integration into your projects.

Features

-	πŸš€ Reusable Components: Pre-built, customizable atomic components for faster development.
-	πŸ› οΈ TypeScript Support: Fully typed components for type-safe usage.
-	🎨 TailwindCSS Integration: Styled with TailwindCSS for easy theme customization.
-	πŸ“š Storybook: Includes a Storybook for interactive component demos.
-	🌟 Lightweight: Built to optimize performance and reduce bundle size.

Installation

To use the components in your project, first install the library via npm or yarn:

# Install with npm
npm install is-core-ui

# Install with yarn
yarn add is-core-ui

Usage

Import and use components in your project: Example: Using the Button Component

import React from 'react';
import { Button, ButtonType, SIZE } from 'ui-library';

const App = () => {
  return (
    <Button
      type={ButtonType.Primary}
      size={SIZE.S}
      text="Click Me"
      onClick={() => alert('Button Clicked!')}
    />
  );
};

export default App;

TailwindCSS Configuration

Ensure your project has TailwindCSS installed and configured. If you’re not using TailwindCSS, you can override styles using the provided class names.

Components

Atoms

1.	Button
-	Props:
-	text: Text displayed on the button.
-	type: Button style, e.g., primary, secondary.
-	size: Button size, e.g., sm, lg.
-	icon: Optional icon to display.
-	onClick: Click event handler.

Example:

<Button
  type={ButtonType.Primary}
  text="Submit"
  onClick={() => alert('Submitted!')}
/>

Storybook

Explore interactive demos of all components in the library using Storybook:

npm run storybook
1.1.110

4 months ago

1.1.109

4 months ago

1.1.108

4 months ago

1.1.107

4 months ago

1.1.106

4 months ago

1.1.105

4 months ago

1.1.104

4 months ago

1.1.103

4 months ago

1.1.102

4 months ago

1.1.101

4 months ago

1.1.100

4 months ago

1.1.90

4 months ago

1.1.89

4 months ago

1.1.88

4 months ago

1.1.87

4 months ago

1.1.86

4 months ago

1.1.85

4 months ago

1.1.84

4 months ago

1.1.83

4 months ago

1.1.82

4 months ago

1.1.81

4 months ago

1.1.80

5 months ago

1.1.79

5 months ago

1.1.78

5 months ago

1.1.77

5 months ago

1.1.76

5 months ago

1.1.75

5 months ago

1.1.74

5 months ago

1.1.73

5 months ago

1.1.72

5 months ago

1.1.71

5 months ago

1.1.70

5 months ago

1.1.69

5 months ago

1.1.68

5 months ago

1.1.67

5 months ago

1.1.66

5 months ago

1.1.65

5 months ago

1.1.64

5 months ago

1.1.63

5 months ago

1.1.62

5 months ago

1.1.61

5 months ago

1.1.60

5 months ago

1.1.59

5 months ago

1.1.58

5 months ago

1.1.57

5 months ago

1.1.56

5 months ago

1.1.55

5 months ago

1.1.54

5 months ago

1.1.53

5 months ago

1.1.52

5 months ago

1.1.51

5 months ago

1.1.50

5 months ago

1.1.49

5 months ago

1.1.48

5 months ago

1.1.47

5 months ago

1.1.46

5 months ago

1.1.45

5 months ago

1.1.44

5 months ago

1.1.43

5 months ago

1.1.42

6 months ago

1.1.41

6 months ago

1.1.40

6 months ago

1.1.39

6 months ago

1.1.38

6 months ago

1.1.37

6 months ago

1.1.36

6 months ago

1.1.35

6 months ago

1.1.34

6 months ago

1.1.33

7 months ago

1.1.32

7 months ago

1.1.31

7 months ago

1.1.30

7 months ago

1.1.29

7 months ago

1.1.28

7 months ago

1.1.27

7 months ago

1.1.26

7 months ago

1.1.25

7 months ago

1.1.24

7 months ago

1.1.23

7 months ago

1.1.22

7 months ago

1.1.21

7 months ago

1.1.20

7 months ago

1.1.19

7 months ago

1.1.17

7 months ago

1.1.16

7 months ago

1.1.15

7 months ago

1.1.14

7 months ago

1.1.13

7 months ago

1.1.12

7 months ago

1.1.11

7 months ago

1.1.10

7 months ago

1.1.9

7 months ago

1.1.8

7 months ago

1.1.7

7 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.0

8 months ago