1.1.110 β€’ Published 3 months ago

is-core-ui v1.1.110

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 months ago

1.1.109

3 months ago

1.1.108

3 months ago

1.1.107

3 months ago

1.1.106

3 months ago

1.1.105

3 months ago

1.1.104

3 months ago

1.1.103

3 months ago

1.1.102

3 months ago

1.1.101

3 months ago

1.1.100

3 months ago

1.1.90

3 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

4 months ago

1.1.79

4 months ago

1.1.78

4 months ago

1.1.77

4 months ago

1.1.76

4 months ago

1.1.75

4 months ago

1.1.74

4 months ago

1.1.73

4 months ago

1.1.72

4 months ago

1.1.71

4 months ago

1.1.70

4 months ago

1.1.69

4 months ago

1.1.68

4 months ago

1.1.67

4 months ago

1.1.66

4 months ago

1.1.65

4 months ago

1.1.64

4 months ago

1.1.63

4 months ago

1.1.62

4 months ago

1.1.61

4 months ago

1.1.60

4 months ago

1.1.59

4 months ago

1.1.58

4 months ago

1.1.57

4 months ago

1.1.56

4 months ago

1.1.55

4 months ago

1.1.54

4 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

5 months ago

1.1.41

5 months ago

1.1.40

5 months ago

1.1.39

5 months ago

1.1.38

5 months ago

1.1.37

5 months ago

1.1.36

6 months ago

1.1.35

6 months ago

1.1.34

6 months ago

1.1.33

6 months ago

1.1.32

6 months ago

1.1.31

6 months ago

1.1.30

6 months ago

1.1.29

6 months ago

1.1.28

6 months ago

1.1.27

6 months ago

1.1.26

6 months ago

1.1.25

6 months ago

1.1.24

6 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

7 months ago